Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,9 +49,7 @@ def whatsapp_webhook():
|
|
49 |
|
50 |
|
51 |
|
52 |
-
|
53 |
-
with open(filepath, 'wb') as f:
|
54 |
-
f.write(r.content)
|
55 |
|
56 |
if 'pest' in incoming_msg:
|
57 |
response_text = classify_pest(filepath)
|
|
|
49 |
|
50 |
|
51 |
|
52 |
+
|
|
|
|
|
53 |
|
54 |
if 'pest' in incoming_msg:
|
55 |
response_text = classify_pest(filepath)
|