Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ with gr.Blocks() as demo:
|
|
23 |
|
24 |
submit_btn.click(fn=chat_with_model, inputs=input_text, outputs=output_text)
|
25 |
|
26 |
-
demo.launch()
|
|
|
23 |
|
24 |
submit_btn.click(fn=chat_with_model, inputs=input_text, outputs=output_text)
|
25 |
|
26 |
+
demo.launch(demo.launch(debug=True, show_error=True))
|