Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -586,7 +586,7 @@ def generate_audio_mars5(text):
|
|
586 |
return combined_audio_path
|
587 |
|
588 |
def generate_audio_meta_voice(text):
|
589 |
-
description = "Thomas
|
590 |
chunks = chunk_text(preprocess(text))
|
591 |
audio_segments = []
|
592 |
|
|
|
586 |
return combined_audio_path
|
587 |
|
588 |
def generate_audio_meta_voice(text):
|
589 |
+
description = "Thomas's tone is enthusiastic and energetic, with a moderate pace and clear, high-quality delivery."
|
590 |
chunks = chunk_text(preprocess(text))
|
591 |
audio_segments = []
|
592 |
|