m7n commited on
Commit
bb3cc4e
·
1 Parent(s): 6377944

Remove path argument from block.launch()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ The Gradio app generates dynamic HTML files and stores them in a static director
48
 
49
  new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
50
 
51
- block.launch(debug=True, share=False, path="/",ssr_mode=False)
 
48
 
49
  new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
50
 
51
+ block.launch(debug=True, share=False,ssr_mode=False)