selfitcamera
commited on
Commit
•
a38b15c
1
Parent(s):
25cd7dc
update
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def onClick(cloth_id, pose_image, pose_id, size, request: gr.Request):
|
|
65 |
if isUpload==0:
|
66 |
return None, "fail to upload", ""
|
67 |
elif isUpload==-1:
|
68 |
-
return None, "There is a running task already, please wait and check the history tab", ""
|
69 |
elif isUpload==-2:
|
70 |
return None, "can not creat task, you have exhausted free trial quota", ""
|
71 |
|
|
|
65 |
if isUpload==0:
|
66 |
return None, "fail to upload", ""
|
67 |
elif isUpload==-1:
|
68 |
+
return None, "There is a running task already, please wait and check the history tab. Please remember to give us a star on github, thx~", ""
|
69 |
elif isUpload==-2:
|
70 |
return None, "can not creat task, you have exhausted free trial quota", ""
|
71 |
|