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,
|
|
|
68 |
print(f"Error reading audio {audio_path}: {e}")
|
69 |
return np.array([])
|
70 |
|
71 |
+
@GPU(duration=60)
|
72 |
def generate_podcast(self,
|
73 |
num_speakers: int,
|
74 |
script: str,
|