kelvinyasu commited on
Commit
919df2b
·
1 Parent(s): 7c52de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ def predict(message, chatbot):
73
  gr.Warning(f"KeyError: {e} occurred for JSON object: {json_obj}")
74
  continue
75
 
76
- gr.ChatInterface(predict, title=title, description=description, css=css, examples=examples, cache_examples=True).queue(concurrency_count=75).launch()
 
73
  gr.Warning(f"KeyError: {e} occurred for JSON object: {json_obj}")
74
  continue
75
 
76
+ gr.ChatInterface(predict, title=title, description=description, css=css, examples=examples, cache_examples=True, debug=True).queue(concurrency_count=75).launch()