Spaces:
Runtime error
Runtime error
Commit
·
919df2b
1
Parent(s):
7c52de8
Update app.py
Browse files
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()
|