Wataru commited on
Commit
576f70a
·
1 Parent(s): 3531e69

change the model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()