awacke1 commited on
Commit
34555d5
·
1 Parent(s): e9c1661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ with gr.Blocks() as demo:
38
  btn2.click(fn=predict, inputs=[text_input, url_params],
39
  outputs=[text_output, url_params], _js=set_window_url_params)
40
 
41
- demo.launch(debug=True, show_error=True)
 
38
  btn2.click(fn=predict, inputs=[text_input, url_params],
39
  outputs=[text_output, url_params], _js=set_window_url_params)
40
 
41
+ demo.launch(live=True, debug=True, show_error=True)