Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,4 +107,4 @@ gr.ChatInterface(
|
|
| 107 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 108 |
additional_inputs=additional_inputs,
|
| 109 |
concurrency_limit=20,
|
| 110 |
-
).launch()
|
|
|
|
| 107 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 108 |
additional_inputs=additional_inputs,
|
| 109 |
concurrency_limit=20,
|
| 110 |
+
).launch(show_error=True)
|