Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ print(f"Using {optimal_threads} of {cpu_count} CPU cores")
|
|
35 |
|
36 |
# Download model files
|
37 |
def get_model_path(repo_id):
|
38 |
-
print(f"Obtaining {
|
39 |
# Download to our custom cache location
|
40 |
return hf_hub_download(repo_id=repo_id, cache_dir=MODEL_CACHE)
|
41 |
|
|
|
35 |
|
36 |
# Download model files
|
37 |
def get_model_path(repo_id):
|
38 |
+
print(f"Obtaining {repo_id}...")
|
39 |
# Download to our custom cache location
|
40 |
return hf_hub_download(repo_id=repo_id, cache_dir=MODEL_CACHE)
|
41 |
|