Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,8 @@ class VibeVoiceDemo:
|
|
| 95 |
print(f"Error reading audio {audio_path}: {e}")
|
| 96 |
return np.array([])
|
| 97 |
|
| 98 |
-
@GPU(duration=
|
|
|
|
| 99 |
def generate_podcast(self,
|
| 100 |
num_speakers: int,
|
| 101 |
script: str,
|
|
|
|
| 95 |
print(f"Error reading audio {audio_path}: {e}")
|
| 96 |
return np.array([])
|
| 97 |
|
| 98 |
+
@GPU(duration=120)
|
| 99 |
+
@torch.inference_mode()
|
| 100 |
def generate_podcast(self,
|
| 101 |
num_speakers: int,
|
| 102 |
script: str,
|