emirhanbilgic
commited on
Update app.py
Browse files
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=
|
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=35)
|
67 |
# Function to generate audio for a single sentence
|
68 |
def generate_single_wav_from_text(sentence, description):
|
69 |
torch.manual_seed(SEED)
|