Spaces:
Runtime error
Runtime error
Commit
·
cdc6290
1
Parent(s):
018c57c
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ def start_tryon(person_img, pose_img, mask_img, cloth_img, garment_des, denoise_
|
|
| 203 |
guidance_scale=2.0,
|
| 204 |
)[0]
|
| 205 |
|
| 206 |
-
return images
|
| 207 |
|
| 208 |
|
| 209 |
# Gradio interface for the virtual try-on model
|
|
|
|
| 203 |
guidance_scale=2.0,
|
| 204 |
)[0]
|
| 205 |
|
| 206 |
+
return images[0]
|
| 207 |
|
| 208 |
|
| 209 |
# Gradio interface for the virtual try-on model
|