Spaces:
Running
on
Zero
Running
on
Zero
替换描述
Browse files
app.py
CHANGED
@@ -231,8 +231,8 @@ def infer(person,garment,denoise_steps,seed):
|
|
231 |
return out_img
|
232 |
|
233 |
|
234 |
-
title = "##
|
235 |
-
description = "
|
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"))
|