Update app.py
Browse files
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 ``"
|
| 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 ``"
|
| 686 |
),
|
| 687 |
allow_flagging="never",
|