m7n commited on
Commit
3c6cb17
·
1 Parent(s): c85ae94

share = True

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