itsanurag commited on
Commit
cc15b49
·
verified ·
1 Parent(s): 3ecd838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ youtube_video_assistant = gr.Interface(
80
  )
81
 
82
  # launching the web app
83
- youtube_video_assistant.launch()
 
80
  )
81
 
82
  # launching the web app
83
+ youtube_video_assistant.launch(share=True)