Neurolingua commited on
Commit
7241f1f
1 Parent(s): 196f53b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -49,9 +49,7 @@ def whatsapp_webhook():
49
 
50
 
51
 
52
- # Save the image
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)