Skip to content

Commit

Permalink
Add n8n integration to Modal pest detection
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Mar 28, 2024
1 parent d325d9a commit dd5d6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai_ta_backend/modal/pest_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ async def predict(self, request: Request):
image_urls = input.get('image_urls', [])
print(f"Image URLS (no parsing): {image_urls}")

# image_urls = json.loads(image_urls)
# print(f"json parsed Image URLS: {image_urls}")
image_urls = json.loads(image_urls)
print(f"json parsed Image URLS: {image_urls}")

try:
# Run the plugin
Expand Down

0 comments on commit dd5d6e9

Please sign in to comment.