abon8 commited on
Commit
93177ef
1 Parent(s): ecf88f5

Update app.py

Browse files

Corrected spelling mistake in line 135
"latter" > "later"

Files changed (1) hide show
  1. app.py +1 -1
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 latter"
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"