Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
raylcl
/
rayl-gradio-labs
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ray Leung
commited on
Jun 21, 2024
Commit
40667d5
·
verified
·
1 Parent(s):
8404d2a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ with playground:
62
63
create_playground_footer()
64
65
-
playground.launch()
62
63
create_playground_footer()
64
65
+
playground.launch(
share=True
)