Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
ff5f91b
1
Parent(s):
fb3cf69
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -41,7 +41,7 @@ def my_snapshot_download(repo_id, revision, local_dir, repo_type, max_workers):
|
|
41 |
return
|
42 |
except Exception:
|
43 |
import time
|
44 |
-
time.sleep(
|
45 |
return
|
46 |
|
47 |
|
|
|
41 |
return
|
42 |
except Exception:
|
43 |
import time
|
44 |
+
time.sleep(60)
|
45 |
return
|
46 |
|
47 |
|