Update app.py

#1
by reach-vb HF Staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -427,7 +427,7 @@ def create_demo_interface(demo_instance: VibeVoiceDemo):
427
 
428
 
429
  def run_demo(
430
- model_path: str = "microsoft/VibeVoice-Large",
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,