Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
narainp
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
narain
commited on
Nov 16, 2024
Commit
991bd3c
·
1 Parent(s):
4395824
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ iface = gr.Interface(
62
)
63
64
# Launch the app
65
-
iface.launch()
62
)
63
64
# Launch the app
65
+
iface.launch(
share=True
)