selfitcamera commited on
Commit
34d44b8
β€’
1 Parent(s): d0731a1
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -16,10 +16,14 @@ title = r"""
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 SelfitCamera 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.
21
  3. After submitting the task, feel free to leave this page. Everytime you refresh this page, completed tasks will be displayed on the history tab (bind with your ip address).
22
- 4. Share your try-on photo with your friends and enjoy! 😊"""
 
 
 
 
23
 
24
  css = """
25
  .gradio-container {width: 85% !important}
 
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.
21
  3. After submitting the task, feel free to leave this page. Everytime you refresh this page, completed tasks will be displayed on the history tab (bind with your ip address).
22
+ 4. Share your try-on photo with your friends and enjoy! 😊
23
+ <b>Test results on real user photos</b> <a href='https://selfitcamera.online/ClothData/Publics/Shows/shows/man_v2/man_v2.html' target='_blank'><b>man01</b></a>.<br>
24
+ <b>Test results on real user photos</b> <a href='https://selfitcamera.online/ClothData/Publics/Shows/shows/cider/cider_0403.html' target='_blank'><b>woman01</b></a>.<br>
25
+ <b>Test results on real user photos</b> <a href='https://selfitcamera.online/ClothData/Publics/Shows/shows/baifa/baifa_0408.html' target='_blank'><b>woman02</b></a>.<br>
26
+ """
27
 
28
  css = """
29
  .gradio-container {width: 85% !important}