Update app.py
Browse files
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 |
-
"
|
802 |
"Can generate audio of unlimited length by processing all text segments. "
|
803 |
"Return the generated media to the user in this format ``"
|
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 ``"
|
804 |
),
|