Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ class VibeVoiceDemo:
|
|
| 68 |
print(f"Error reading audio {audio_path}: {e}")
|
| 69 |
return np.array([])
|
| 70 |
|
| 71 |
-
@GPU(duration=
|
| 72 |
def generate_podcast(self,
|
| 73 |
num_speakers: int,
|
| 74 |
script: str,
|
|
@@ -413,7 +413,7 @@ def create_demo_interface(demo_instance: VibeVoiceDemo):
|
|
| 413 |
|
| 414 |
|
| 415 |
def run_demo(
|
| 416 |
-
model_path: str = "microsoft/VibeVoice-
|
| 417 |
device: str = "cuda",
|
| 418 |
inference_steps: int = 5,
|
| 419 |
share: bool = True,
|
|
|
|
| 68 |
print(f"Error reading audio {audio_path}: {e}")
|
| 69 |
return np.array([])
|
| 70 |
|
| 71 |
+
@GPU(duration=180)
|
| 72 |
def generate_podcast(self,
|
| 73 |
num_speakers: int,
|
| 74 |
script: str,
|
|
|
|
| 413 |
|
| 414 |
|
| 415 |
def run_demo(
|
| 416 |
+
model_path: str = "microsoft/VibeVoice-Large",
|
| 417 |
device: str = "cuda",
|
| 418 |
inference_steps: int = 5,
|
| 419 |
share: bool = True,
|