Spaces:
Build error
Build error
Commit
·
d2b17e5
1
Parent(s):
7ca6568
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ TOKEN = os.getenv('HUGGING_FACE_HUB_TOKEN')
|
|
31 |
# hf_hub_download(repo_id=repo_name, filename=model_file, use_auth_token=TOKEN)
|
32 |
# hf_hub_download(repo_id=repo_name, filename=config_file, use_auth_token=TOKEN)
|
33 |
|
34 |
-
repo_name = "saillab/vits_multi_cv_15_validated_dataset
|
35 |
filename = "cbest_model_495586.pth"
|
36 |
|
37 |
model_file = hf_hub_download(repo_name, filename, use_auth_token=TOKEN)
|
|
|
31 |
# hf_hub_download(repo_id=repo_name, filename=model_file, use_auth_token=TOKEN)
|
32 |
# hf_hub_download(repo_id=repo_name, filename=config_file, use_auth_token=TOKEN)
|
33 |
|
34 |
+
repo_name = "saillab/vits_multi_cv_15_validated_dataset"
|
35 |
filename = "cbest_model_495586.pth"
|
36 |
|
37 |
model_file = hf_hub_download(repo_name, filename, use_auth_token=TOKEN)
|