Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Kwai-Kolors
/
Kolors-Virtual-Try-On
Like
10.2k
Running
on
CPU Upgrade
App
Files
Files
Community
417
Fetching metadata from the HF Docker repository...
UDAYAGOWDAA
commited on
Jul 28, 2025
Commit
0ffbdf8
·
verified
·
1 Parent(s):
c7354ea
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -272,4 +272,4 @@ with gr.Blocks(css=css) as Tryon:
272
label=None
273
)
274
275
-
Tryon.queue(api_open=False).launch(show_api=False)
272
label=None
273
)
274
275
+
Tryon.queue(api_open=False).launch(show_api=False
,share=True
)