frogleo commited on
Commit
bb91ef3
·
1 Parent(s): 6204db3

替换描述

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -231,8 +231,8 @@ def infer(person,garment,denoise_steps,seed):
231
  return out_img
232
 
233
 
234
- title = "## IDM-VTON"
235
- description = "Virtual Try-on with your image and garment image. Check out the [source codes](https://github.com/yisol/IDM-VTON) and the [model](https://huggingface.co/yisol/IDM-VTON)"
236
 
237
  example_path = os.path.join(os.path.dirname(__file__), 'example')
238
  person_list = os.listdir(os.path.join(example_path,"human"))
 
231
  return out_img
232
 
233
 
234
+ title = "## AI Clothes Changer"
235
+ description = "Step into the world of AI clothes swap and unlock style possibilities with [AI Clothes Changer](https://www.aiclotheschanger.org)"
236
 
237
  example_path = os.path.join(os.path.dirname(__file__), 'example')
238
  person_list = os.listdir(os.path.join(example_path,"human"))