MattStammers commited on
Commit
d4e11a5
·
verified ·
1 Parent(s): d499f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, share=False, show_error=True, ssr_mode=False)
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