Spaces:
Running
on
Zero
Running
on
Zero
change the model path
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ def main():
|
|
| 68 |
parser.add_argument(
|
| 69 |
"--checkpoint_path",
|
| 70 |
type=str,
|
| 71 |
-
default="model.ckpt",
|
| 72 |
help="Path to the model checkpoint (.ckpt file).",
|
| 73 |
)
|
| 74 |
args = parser.parse_args()
|
|
|
|
| 68 |
parser.add_argument(
|
| 69 |
"--checkpoint_path",
|
| 70 |
type=str,
|
| 71 |
+
default="https://huggingface.co/sarulab-speech/MSR-UTMOS_w2v2_fold0/resolve/main/model.ckpt",
|
| 72 |
help="Path to the model checkpoint (.ckpt file).",
|
| 73 |
)
|
| 74 |
args = parser.parse_args()
|