remove force download
Browse files
app.py
CHANGED
|
@@ -57,7 +57,6 @@ try:
|
|
| 57 |
tqdm_class=None,
|
| 58 |
etag_timeout=30,
|
| 59 |
token=TOKEN,
|
| 60 |
-
force_download=True,
|
| 61 |
)
|
| 62 |
except Exception:
|
| 63 |
restart_space()
|
|
|
|
| 57 |
tqdm_class=None,
|
| 58 |
etag_timeout=30,
|
| 59 |
token=TOKEN,
|
|
|
|
| 60 |
)
|
| 61 |
except Exception:
|
| 62 |
restart_space()
|