tommy24 commited on
Commit
d413a6d
·
1 Parent(s): 77f9e55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1008,7 +1008,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1008
  "landmark": landmark,
1009
  "zip_code": zip_code,
1010
  "emirate": emirate,
1011
- "reason_for_visit": reason_for_visit,
1012
  },
1013
  })
1014
 
@@ -1226,7 +1226,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1226
  # print("RESPONSE TRY (NO IMAGE)", completion, reply)
1227
  except Exception as e:
1228
  print("Error",e)
1229
- reply = "Maximum messages: 15. Please clear your history and Try Again! (No Image)"
1230
  output.append({"Mode": "Chat", "content": reply})
1231
 
1232
  return output
 
1008
  "landmark": landmark,
1009
  "zip_code": zip_code,
1010
  "emirate": emirate,
1011
+ "reason_for_visit": reason,
1012
  },
1013
  })
1014
 
 
1226
  # print("RESPONSE TRY (NO IMAGE)", completion, reply)
1227
  except Exception as e:
1228
  print("Error",e)
1229
+ reply = "Our system is currently under high load. Please clear your history and Try Again!"
1230
  output.append({"Mode": "Chat", "content": reply})
1231
 
1232
  return output