selfit-camera
commited on
Commit
β’
d75a815
1
Parent(s):
7f76f64
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,8 @@ title = r"""
|
|
15 |
"""
|
16 |
|
17 |
description = r"""
|
|
|
|
|
18 |
<b>Official π€ Gradio demo</b> for <a href='https://github.com/selfitcamera/Outfit-Anyone-in-the-Wild' target='_blank'><b>Outfit Anyone in the Wild: Get rid of Annoying Restrictions for Virtual Try-on Task</b></a>.<br>
|
19 |
1. Clothing models are fixed in this demo, but you can create your own in our WeChat applet (for Chainese users).
|
20 |
2. You can upload your own pose photo, then click the run button and wait for 3~5 minutes to see the results.
|
@@ -131,6 +133,8 @@ def onLoad(request: gr.Request):
|
|
131 |
info = info+" Please upload a half/full-body human image, not just a clothing image!!!"
|
132 |
if queue_n>0:
|
133 |
info = info+" Wait for 3~10 mins and refresh this page, successed results will display in the history tab at the bottom"
|
|
|
|
|
134 |
time.sleep(3)
|
135 |
except Exception as e:
|
136 |
print(e)
|
|
|
15 |
"""
|
16 |
|
17 |
description = r"""
|
18 |
+
<a href='https://www.producthunt.com/posts/heybeauty' target='_blank'><b> Go to HeyBeauty for Faster and Free Try-On! π€ </b></a>.<br>
|
19 |
+
|
20 |
<b>Official π€ Gradio demo</b> for <a href='https://github.com/selfitcamera/Outfit-Anyone-in-the-Wild' target='_blank'><b>Outfit Anyone in the Wild: Get rid of Annoying Restrictions for Virtual Try-on Task</b></a>.<br>
|
21 |
1. Clothing models are fixed in this demo, but you can create your own in our WeChat applet (for Chainese users).
|
22 |
2. You can upload your own pose photo, then click the run button and wait for 3~5 minutes to see the results.
|
|
|
133 |
info = info+" Please upload a half/full-body human image, not just a clothing image!!!"
|
134 |
if queue_n>0:
|
135 |
info = info+" Wait for 3~10 mins and refresh this page, successed results will display in the history tab at the bottom"
|
136 |
+
info = info + "Go to heybeauty for better virtual try-on ! https://www.producthunt.com/posts/heybeauty"
|
137 |
+
|
138 |
time.sleep(3)
|
139 |
except Exception as e:
|
140 |
print(e)
|