Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -217,8 +217,7 @@ with gr.Blocks(css=custom_css, theme="ocean") as demo:
|
|
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.</b>
|
220 |
-
|
221 |
-
Each slider represents a unique voice with distinct characteristics. This app lets you combine multiple voices with different weights to create custom voice combinations. Select voices using checkboxes and adjust their weights using the sliders below!
|
222 |
</div>
|
223 |
"""
|
224 |
)
|
|
|
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.</b>
|
220 |
+
<br><br>Each slider represents a unique voice with distinct characteristics. This app lets you combine multiple voices with different weights to create custom voice combinations. Select voices using checkboxes and adjust their weights using the sliders below!
|
|
|
221 |
</div>
|
222 |
"""
|
223 |
)
|