Spaces:
Runtime error
Runtime error
Commit
·
bf8b6c7
1
Parent(s):
919df2b
Update app.py
Browse filesEnable Gradio debug
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
|
|
|
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(debug=True)
|