selfit-camera commited on
Commit
9739821
β€’
1 Parent(s): d75a815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ title = r"""
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).
@@ -133,7 +133,7 @@ def onLoad(request: gr.Request):
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:
 
15
  """
16
 
17
  description = r"""
18
+ <a href='https://heybeauty.ai/extension' 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).
 
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://heybeauty.ai/extension"
137
 
138
  time.sleep(3)
139
  except Exception as e: