selfitcamera
commited on
Commit
•
620d48f
1
Parent(s):
994f396
update
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def onLoad(request: gr.Request):
|
|
106 |
queue_n += 1
|
107 |
info = f"{client_ip}, you have {finish_n} successed tasks, {queue_n} running tasks, {fail_n} failed tasks."
|
108 |
if fail_n>0:
|
109 |
-
info = info+" Please upload a human image
|
110 |
if queue_n>0:
|
111 |
info = info+" Wait for 3~10 mins and refresh this page, successed results will display in the history tab at the bottom"
|
112 |
time.sleep(3)
|
|
|
106 |
queue_n += 1
|
107 |
info = f"{client_ip}, you have {finish_n} successed tasks, {queue_n} running tasks, {fail_n} failed tasks."
|
108 |
if fail_n>0:
|
109 |
+
info = info+" Please upload a half/full-body human image, not just a clothing image!!!"
|
110 |
if queue_n>0:
|
111 |
info = info+" Wait for 3~10 mins and refresh this page, successed results will display in the history tab at the bottom"
|
112 |
time.sleep(3)
|