Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,5 +43,5 @@ with gr.Blocks(title="Rule-Based vs Machine Learning vs AI") as demo:
|
|
| 43 |
btn = gr.Button("Run All")
|
| 44 |
btn.click(process, inputs=text_input, outputs=[rb_output, ml_output, ai_output])
|
| 45 |
|
| 46 |
-
demo.launch(server_name="0.0.0.0", server_port=7860,
|
| 47 |
|
|
|
|
| 43 |
btn = gr.Button("Run All")
|
| 44 |
btn.click(process, inputs=text_input, outputs=[rb_output, ml_output, ai_output])
|
| 45 |
|
| 46 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False, show_error=True)
|
| 47 |
|