emirhanbilgic commited on
Commit
f1aaaf9
·
verified ·
1 Parent(s): 545b263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def combine_audio_arrays(audio_list):
63
  combined_audio = np.concatenate(audio_list, axis=0)
64
  return combined_audio
65
 
66
- @spaces.GPU(duration=25)
67
  # Function to generate audio for a single sentence
68
  def generate_single_wav_from_text(sentence, description):
69
  torch.manual_seed(SEED)
 
63
  combined_audio = np.concatenate(audio_list, axis=0)
64
  return combined_audio
65
 
66
+ @spaces.GPU(duration=30)
67
  # Function to generate audio for a single sentence
68
  def generate_single_wav_from_text(sentence, description):
69
  torch.manual_seed(SEED)