Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ethanchern/Anole
anonymousatom
/
Anole
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anonymousatom
commited on
Oct 6, 2024
Commit
2870403
·
verified
·
1 Parent(s):
d089caf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ with gr.Blocks() as demo:
74
)
75
76
# Launch the entire Blocks interface
77
-
demo.launch()
74
)
75
76
# Launch the entire Blocks interface
77
+
demo.launch(
share=True
)