Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def whatsapp_webhook():
|
|
| 61 |
response_text="Error in uploading image,try with another one."
|
| 62 |
bd=extract_text_from_image(filepath)
|
| 63 |
if bd!='':
|
| 64 |
-
bookdata=booktask(bd
|
| 65 |
response_text="Your report for bookkeeping saved successfully."
|
| 66 |
elif 'none' not in filepath:
|
| 67 |
if predict_disease(filepath):
|
|
|
|
| 61 |
response_text="Error in uploading image,try with another one."
|
| 62 |
bd=extract_text_from_image(filepath)
|
| 63 |
if bd!='':
|
| 64 |
+
bookdata=booktask(bd)
|
| 65 |
response_text="Your report for bookkeeping saved successfully."
|
| 66 |
elif 'none' not in filepath:
|
| 67 |
if predict_disease(filepath):
|