Spaces:
Running
Running
ChrisJohnson111
commited on
Commit
•
d72886c
1
Parent(s):
6add3b6
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,6 @@ def onLoad(request: gr.Request):
|
|
106 |
position = inf['position']
|
107 |
info = info+" Wait for 3~10 mins and refresh this page, successed results will display in the history tab at the bottom. "
|
108 |
info = info+f" your task position in queue is {position}. "
|
109 |
-
info = info+f" 任务正在排队,队列位置 {position}. "
|
110 |
time.sleep(3)
|
111 |
except Exception as e:
|
112 |
print(e)
|
|
|
106 |
position = inf['position']
|
107 |
info = info+" Wait for 3~10 mins and refresh this page, successed results will display in the history tab at the bottom. "
|
108 |
info = info+f" your task position in queue is {position}. "
|
|
|
109 |
time.sleep(3)
|
110 |
except Exception as e:
|
111 |
print(e)
|