Neurolingua commited on
Commit
1207d43
·
verified ·
1 Parent(s): a37f551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 predict_disease(filepath):
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)