Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tooools
/
Image-to-components
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Felguk
commited on
Feb 16
Commit
e0be13e
·
verified
·
1 Parent(s):
38d2005
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ iface = gr.Interface(
53
)
54
55
# Launch the app
56
-
iface.launch()
53
)
54
55
# Launch the app
56
+
iface.launch(
share=True
)