Spaces:
Sleeping
Sleeping
Commit
·
28d3469
1
Parent(s):
590afcd
Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,8 @@ Please always make sure to follow these instructions that are delimited in tripl
|
|
53 |
run_id=_run.id
|
54 |
).status
|
55 |
|
56 |
-
time.sleep(
|
57 |
if run == "completed":
|
58 |
-
print(run)
|
59 |
return self.get_response()
|
60 |
elif run == "queued":
|
61 |
continue
|
|
|
53 |
run_id=_run.id
|
54 |
).status
|
55 |
|
56 |
+
time.sleep(1)
|
57 |
if run == "completed":
|
|
|
58 |
return self.get_response()
|
59 |
elif run == "queued":
|
60 |
continue
|