Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -257,6 +257,10 @@ for ex_human in human_list_path:
|
|
257 |
|
258 |
##default human
|
259 |
|
|
|
|
|
|
|
|
|
260 |
image_blocks = gr.Blocks().queue()
|
261 |
with image_blocks as demo:
|
262 |
with gr.Row():
|
|
|
257 |
|
258 |
##default human
|
259 |
|
260 |
+
_description = """\
|
261 |
+
Virtual Try-on with human image and garment image. Check out the model [here](https://huggingface.co/yisol/IDM-VTON) and the source code [here](https://github.com/yisol/IDM-VTON).
|
262 |
+
"""
|
263 |
+
|
264 |
image_blocks = gr.Blocks().queue()
|
265 |
with image_blocks as demo:
|
266 |
with gr.Row():
|