Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -427,7 +427,7 @@ def create_demo_interface(demo_instance: VibeVoiceDemo):
|
|
| 427 |
|
| 428 |
|
| 429 |
def run_demo(
|
| 430 |
-
model_path: str = "
|
| 431 |
device: str = "cuda",
|
| 432 |
inference_steps: int = 5,
|
| 433 |
share: bool = True,
|
|
|
|
| 427 |
|
| 428 |
|
| 429 |
def run_demo(
|
| 430 |
+
model_path: str = "aoi-ot/VibeVoice-Large",
|
| 431 |
device: str = "cuda",
|
| 432 |
inference_steps: int = 5,
|
| 433 |
share: bool = True,
|