Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pngwn/gradio_imageslider
svjack
/
gradio_imageslider
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
Nov 3, 2024
Commit
9cd9c08
·
verified
·
1 Parent(s):
34e585d
Update space.py
Browse files
Files changed (1)
hide
show
space.py
+1
-1
space.py
CHANGED
Viewed
@@ -150,4 +150,4 @@ def predict(
150
151
""")
152
153
-
demo.launch()
150
151
""")
152
153
+
demo.launch(
share = True
)