Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ML-Motivators
/
yisol-VirtualTryOn
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ML-Motivators
commited on
Aug 15, 2024
Commit
1c71664
·
verified
·
1 Parent(s):
9f2b975
updates
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -309,5 +309,6 @@ with image_blocks as demo:
309
310
311
312
-
image_blocks.launch()
313
309
310
311
312
+
image_blocks.launch(
share=True
)
313
+
image_blocks.launch(server_name="0.0.0.0", server_port=7860)
314