yasserrmd commited on
Commit
e91b634
·
verified ·
1 Parent(s): 28884a1

Update app.py

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