Existance commited on
Commit
f969e93
·
1 Parent(s): b5b2ed1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def return_yt_html_embed(yt_url):
9
  return HTML_str
10
 
11
  iface = gr.Interface(fn=return_yt_html_embed, inputs="text", outputs="html")
12
- iface.launch()
 
9
  return HTML_str
10
 
11
  iface = gr.Interface(fn=return_yt_html_embed, inputs="text", outputs="html")
12
+ iface.launch(share=True)