yasserrmd commited on
Commit
1b4cfcf
·
verified ·
1 Parent(s): 22cf94f

Update app.py

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