talalif commited on
Commit
d62198c
·
verified ·
1 Parent(s): b877500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ with gr.Blocks() as demo:
27
  video = gr.Video()
28
  button.click(fn=run,outputs=video)
29
 
30
- demo.launch(share=True)
 
27
  video = gr.Video()
28
  button.click(fn=run,outputs=video)
29
 
30
+ demo.launch()