smakamali commited on
Commit
31af865
1 Parent(s): b313c5d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,4 +229,4 @@ with gr.Blocks() as demo:
229
  sum_btn.click(fn=get_video, inputs=url, outputs=video, api_name="get_youtube_video",queue=False)
230
 
231
  demo.queue()
232
- demo.launch(share=True)
 
229
  sum_btn.click(fn=get_video, inputs=url, outputs=video, api_name="get_youtube_video",queue=False)
230
 
231
  demo.queue()
232
+ demo.launch()