yasserrmd commited on
Commit
6464961
·
verified ·
1 Parent(s): 94f1b1f

Update app.py

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