Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
76fb1a1
1
Parent(s):
b50764d
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -204,7 +204,7 @@ if __name__ == "__main__":
|
|
204 |
wait = False
|
205 |
|
206 |
if wait:
|
207 |
-
|
208 |
pass
|
209 |
|
210 |
# res = False
|
|
|
204 |
wait = False
|
205 |
|
206 |
if wait:
|
207 |
+
time.sleep(60 * random.randint(2, 5))
|
208 |
pass
|
209 |
|
210 |
# res = False
|