mandyvarel commited on
Commit
cb60650
1 Parent(s): d0b790b

Update app.py

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