Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -416,7 +416,7 @@ def run_demo(
|
|
416 |
model_path: str = "microsoft/VibeVoice-1.5B",
|
417 |
device: str = "cuda",
|
418 |
inference_steps: int = 5,
|
419 |
-
share: bool =
|
420 |
):
|
421 |
set_seed(42)
|
422 |
demo_instance = VibeVoiceDemo(model_path, device, inference_steps)
|
|
|
416 |
model_path: str = "microsoft/VibeVoice-1.5B",
|
417 |
device: str = "cuda",
|
418 |
inference_steps: int = 5,
|
419 |
+
share: bool = True,
|
420 |
):
|
421 |
set_seed(42)
|
422 |
demo_instance = VibeVoiceDemo(model_path, device, inference_steps)
|