johnpaulbin commited on
Commit
680d5eb
·
verified ·
1 Parent(s): 9631b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 {filename}...")
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