Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
#118
by
abon8
- opened
app.py
CHANGED
@@ -132,7 +132,7 @@ def start_tryon(person_img, garment_img, seed, randomize_seed):
|
|
132 |
result_img = cv2.cvtColor(result_img, cv2.COLOR_RGB2BGR)
|
133 |
info = "Success"
|
134 |
else:
|
135 |
-
info = "Try again
|
136 |
else:
|
137 |
print(response.text)
|
138 |
info = "URL error, pleace contact the admin"
|
|
|
132 |
result_img = cv2.cvtColor(result_img, cv2.COLOR_RGB2BGR)
|
133 |
info = "Success"
|
134 |
else:
|
135 |
+
info = "Try again later"
|
136 |
else:
|
137 |
print(response.text)
|
138 |
info = "URL error, pleace contact the admin"
|