MeYourHint commited on
Commit
562fd30
·
1 Parent(s): 8763897
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,4 +200,4 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
200
 
201
  clear.click(fn=clear_videos, outputs=videos + [text])
202
 
203
- demo.launch(share=True)
 
200
 
201
  clear.click(fn=clear_videos, outputs=videos + [text])
202
 
203
+ demo.launch()