Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/3D-Anaglyph-Image-Generator
svjack
/
3D-Anaglyph-Image-Generator
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
Mar 20
Commit
b8c08a8
·
verified
·
1 Parent(s):
27b7d92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -156,4 +156,4 @@ with gr.Blocks(css=css) as app:
156
157
# Launch the app
158
if __name__ == "__main__":
159
-
app.launch()
156
157
# Launch the app
158
if __name__ == "__main__":
159
+
app.launch(
share = True
)