Wismut commited on
Commit
1c73802
1 Parent(s): fc33369

fixed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def create_gradio_app():
100
  }
101
  """
102
  with gr.Blocks(theme=gr.themes.Ocean(), css=css) as demo:
103
- gr.Markdown("## Kokoro TTS Demo: Choose engine, model, and voice")
104
 
105
  # Row 1: Text input
106
  text_input = gr.Textbox(
 
100
  }
101
  """
102
  with gr.Blocks(theme=gr.themes.Ocean(), css=css) as demo:
103
+ gr.Markdown("## Kokoro TTS Demo: Choose phonemizer, model, and voice")
104
 
105
  # Row 1: Text input
106
  text_input = gr.Textbox(