Spaces:
Runtime error
Runtime error
selfitcamera
commited on
Commit
Β·
a94f1a5
1
Parent(s):
e1370b9
update
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ title = r"""
|
|
13 |
"""
|
14 |
|
15 |
description = r"""
|
16 |
-
<a href='https://
|
17 |
|
18 |
-
This demo combines<b>IDM-VTON </b> and <b>Outfit Anyone in the Wild </b>
|
19 |
1. Human pose detection and reconstruction using large human model from Outfit Anyone in the Wild.
|
20 |
2. Use IDM-VTON for training-free try-on.
|
21 |
3. Applying the refine network from Outfit Anyone in the Wild.<br>
|
@@ -74,7 +74,7 @@ def onClick(cloth_image, cloth_id, pose_image, pose_id, category,
|
|
74 |
elif infId==2:
|
75 |
return None, "There is a running task already, please wait and check the history tab. Please remember to give us a star on github, thx~", ""
|
76 |
elif infId==3:
|
77 |
-
return None, "can not creat task, you have exhausted free trial quota. Go to heybeauty for more free trial ! https://
|
78 |
|
79 |
isPub = publicFastSwap(ApiUrl, OpenId, ApiKey, infId, category,
|
80 |
caption, denoise_steps)
|
|
|
13 |
"""
|
14 |
|
15 |
description = r"""
|
16 |
+
<a href='https://heybeauty.ai/extension' target='_blank'><b> Go to HeyBeauty for Free Try-On! π€ </b></a>.<br>
|
17 |
|
18 |
+
This demo combines <b>IDM-VTON </b> and <b>Outfit Anyone in the Wild </b>
|
19 |
1. Human pose detection and reconstruction using large human model from Outfit Anyone in the Wild.
|
20 |
2. Use IDM-VTON for training-free try-on.
|
21 |
3. Applying the refine network from Outfit Anyone in the Wild.<br>
|
|
|
74 |
elif infId==2:
|
75 |
return None, "There is a running task already, please wait and check the history tab. Please remember to give us a star on github, thx~", ""
|
76 |
elif infId==3:
|
77 |
+
return None, "can not creat task, you have exhausted free trial quota. Go to heybeauty for more free trial ! https://heybeauty.ai/extension", ""
|
78 |
|
79 |
isPub = publicFastSwap(ApiUrl, OpenId, ApiKey, infId, category,
|
80 |
caption, denoise_steps)
|