Spaces:
Sleeping
Sleeping
Update core/image_generator.py
Browse files- core/image_generator.py +0 -1
core/image_generator.py
CHANGED
|
@@ -161,7 +161,6 @@ def download_model() -> Path:
|
|
| 161 |
hf_hub_download(
|
| 162 |
repo_id=MODEL_REPO,
|
| 163 |
filename=MODEL_FILENAME,
|
| 164 |
-
local_dir=str(MODEL_DIR),
|
| 165 |
cache_dir=str(HF_CACHE_DIR),
|
| 166 |
force_download=False,
|
| 167 |
resume_download=True, # safer if download interrupted
|
|
|
|
| 161 |
hf_hub_download(
|
| 162 |
repo_id=MODEL_REPO,
|
| 163 |
filename=MODEL_FILENAME,
|
|
|
|
| 164 |
cache_dir=str(HF_CACHE_DIR),
|
| 165 |
force_download=False,
|
| 166 |
resume_download=True, # safer if download interrupted
|