ysharma HF staff commited on
Commit
a573fd7
·
verified ·
1 Parent(s): 0760cc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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.</b><br>Each slider represents a unique voice with distinct
220
- 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
  )
 
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.</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
  )