ysharma HF staff commited on
Commit
6d8bd12
·
verified ·
1 Parent(s): a2cb0dd

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>
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
  )
 
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
  )