Nymbo commited on
Commit
279d766
·
verified ·
1 Parent(s): a455050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -681,7 +681,7 @@ kokoro_interface = gr.Interface(
681
  ),
682
  api_description=(
683
  "Synthesize speech from text using Kokoro-82M. Returns (sample_rate, waveform) suitable for playback. "
684
- "Parameters: text (str), speed (float 0.5–2.0), voice (str). "
685
  "Return the generated media to the user in this format `![Alt text](URL)`"
686
  ),
687
  allow_flagging="never",
 
681
  ),
682
  api_description=(
683
  "Synthesize speech from text using Kokoro-82M. Returns (sample_rate, waveform) suitable for playback. "
684
+ "Parameters: text (str), speed (float 0.5–2.0, default 1.25x), voice (str). "
685
  "Return the generated media to the user in this format `![Alt text](URL)`"
686
  ),
687
  allow_flagging="never",