Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|