Nymbo commited on
Commit
b5c0401
·
verified ·
1 Parent(s): d1c6c5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -798,7 +798,7 @@ kokoro_interface = gr.Interface(
798
  api_description=(
799
  "Synthesize speech from text using Kokoro-82M with 54 voice options. Returns (sample_rate, waveform) suitable for playback. "
800
  "Parameters: text (str), speed (float 0.5–2.0, default 1.25x), voice (str from 54 available options). "
801
- "Available voices include American/British/European/Hindi/Italian/Japanese/Portuguese/Chinese speakers. "
802
  "Can generate audio of unlimited length by processing all text segments. "
803
  "Return the generated media to the user in this format `![Alt text](URL)`"
804
  ),
 
798
  api_description=(
799
  "Synthesize speech from text using Kokoro-82M with 54 voice options. Returns (sample_rate, waveform) suitable for playback. "
800
  "Parameters: text (str), speed (float 0.5–2.0, default 1.25x), voice (str from 54 available options). "
801
+ "Default voice: `af_heart`. "
802
  "Can generate audio of unlimited length by processing all text segments. "
803
  "Return the generated media to the user in this format `![Alt text](URL)`"
804
  ),