barghavani commited on
Commit
11811c3
1 Parent(s): 8902cae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ TOKEN = os.getenv('HUGGING_FACE_HUB_TOKEN')
29
  # hf_hub_download(repo_id=repo_name, filename=model_file, use_auth_token=TOKEN)
30
  # hf_hub_download(repo_id=repo_name, filename=config_file, use_auth_token=TOKEN)
31
 
32
- repo_name = "saillab/vits_multi_cv_15_validated_dataset/resolve/main/"
33
  filename = "best_model_495586.pth"
34
 
35
  model_file = hf_hub_download(repo_name, filename, use_auth_token=TOKEN)
 
29
  # hf_hub_download(repo_id=repo_name, filename=model_file, use_auth_token=TOKEN)
30
  # hf_hub_download(repo_id=repo_name, filename=config_file, use_auth_token=TOKEN)
31
 
32
+ repo_name = "saillab/vits_multi_cv_15_validated_dataset"
33
  filename = "best_model_495586.pth"
34
 
35
  model_file = hf_hub_download(repo_name, filename, use_auth_token=TOKEN)