Spaces:
Build error
Build error
Commit
·
700a6bc
1
Parent(s):
d8a3f72
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ TOKEN = os.getenv('HUGGING_FACE_HUB_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 = "
|
36 |
|
37 |
model_file = hf_hub_download(repo_name, filename, use_auth_token=TOKEN)
|
38 |
config_file = hf_hub_download(repo_name, "config.json", 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 = "best_model_495586.pth"
|
36 |
|
37 |
model_file = hf_hub_download(repo_name, filename, use_auth_token=TOKEN)
|
38 |
config_file = hf_hub_download(repo_name, "config.json", use_auth_token=TOKEN)
|