Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -216,8 +216,9 @@ with gr.Blocks(css=custom_css, theme="ocean") as demo:
|
|
216 |
"""
|
217 |
<div class="heading">🎙️ AI Voice Mixer Studio - Kokoro TTS</div>
|
218 |
<div class="description">
|
219 |
-
<b>Mix and match different voices to create your perfect text-to-speech voice
|
220 |
-
|
|
|
221 |
</div>
|
222 |
"""
|
223 |
)
|
|
|
216 |
"""
|
217 |
<div class="heading">🎙️ AI Voice Mixer Studio - Kokoro TTS</div>
|
218 |
<div class="description">
|
219 |
+
<b>Mix and match different voices to create your perfect text-to-speech voice.<br>Each slider represents a
|
220 |
+
unique voice with distinct characteristics. This app lets you combine multiple voices with different weights
|
221 |
+
to create custom voice combinations. Select voices using checkboxes and adjust their weights using the sliders below!</b>
|
222 |
</div>
|
223 |
"""
|
224 |
)
|