yasserrmd commited on
Commit
3d52831
·
verified ·
1 Parent(s): 6464961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=30)
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,