Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FQiao
/
GenStereo
like
22
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FQiao
commited on
Mar 13
Commit
1b5d67d
·
verified
·
1 Parent(s):
d20694b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -228,4 +228,4 @@ with tempfile.TemporaryDirectory() as tmpdir:
228
outputs=[warped_widget, gen_widget]
229
)
230
231
-
demo.launch(share=
True
)
228
outputs=[warped_widget, gen_widget]
229
)
230
231
+
demo.launch(share=
False
)