Pijush2023 commited on
Commit
c1a8dbc
·
verified ·
1 Parent(s): 1940484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 speaks with emphasis and excitement at a moderate pace with high quality."
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