playmak3r commited on
Commit
67eb0b9
·
1 Parent(s): 0713000

Update model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1204,7 +1204,7 @@ def parse_args():
1204
  parser.add_argument(
1205
  "--model_path",
1206
  type=str,
1207
- default="/tmp/vibevoice-model",
1208
  help="Path to the VibeVoice model directory",
1209
  )
1210
  parser.add_argument(
 
1204
  parser.add_argument(
1205
  "--model_path",
1206
  type=str,
1207
+ default="microsoft/VibeVoice-1.5B",
1208
  help="Path to the VibeVoice model directory",
1209
  )
1210
  parser.add_argument(