Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def whatsapp_webhook():
|
|
63 |
bookdata=booktask(bd)
|
64 |
response_text="Your report for bookkeeping saved successfully."
|
65 |
elif 'none' not in filepath:
|
66 |
-
if
|
67 |
|
68 |
try:
|
69 |
response_text = predict_disease(filepath)
|
|
|
63 |
bookdata=booktask(bd)
|
64 |
response_text="Your report for bookkeeping saved successfully."
|
65 |
elif 'none' not in filepath:
|
66 |
+
if 1==1:
|
67 |
|
68 |
try:
|
69 |
response_text = predict_disease(filepath)
|