Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ class VibeVoiceDemo:
|
|
67 |
print(f"Error reading audio {audio_path}: {e}")
|
68 |
return np.array([])
|
69 |
|
70 |
-
@GPU
|
71 |
def generate_podcast(self,
|
72 |
num_speakers: int,
|
73 |
script: str,
|
|
|
67 |
print(f"Error reading audio {audio_path}: {e}")
|
68 |
return np.array([])
|
69 |
|
70 |
+
@GPU(duration=30)
|
71 |
def generate_podcast(self,
|
72 |
num_speakers: int,
|
73 |
script: str,
|