Spaces:
Running
Running
Update model path
Browse files
app.py
CHANGED
|
@@ -1204,7 +1204,7 @@ def parse_args():
|
|
| 1204 |
parser.add_argument(
|
| 1205 |
"--model_path",
|
| 1206 |
type=str,
|
| 1207 |
-
default="/
|
| 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(
|