Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def load_default_weights():
|
|
| 13 |
|
| 14 |
REPO_ID = "peterwilli/audio-maister"
|
| 15 |
print(f"Loading standard model weight at {REPO_ID}")
|
| 16 |
-
MODEL_FILE_NAME = "audiomaister_v1.ckpt"
|
| 17 |
checkpoint_path = hf_hub_download(repo_id=REPO_ID, filename=MODEL_FILE_NAME)
|
| 18 |
return checkpoint_path
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
REPO_ID = "peterwilli/audio-maister"
|
| 15 |
print(f"Loading standard model weight at {REPO_ID}")
|
| 16 |
+
MODEL_FILE_NAME = "audiomaister_v1.5.ckpt"
|
| 17 |
checkpoint_path = hf_hub_download(repo_id=REPO_ID, filename=MODEL_FILE_NAME)
|
| 18 |
return checkpoint_path
|
| 19 |
|