Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sengourav012
/
virtual-try-on
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sengourav012
commited on
Apr 9
Commit
e43c7ba
·
verified
·
1 Parent(s):
dcd9312
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -121,4 +121,4 @@ demo = gr.Interface(
121
)
122
123
if __name__ == "__main__":
124
-
demo.launch()
121
)
122
123
if __name__ == "__main__":
124
+
demo.launch(
share=True
)