Spaces:
Running
Running
fixed title
Browse files
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
|
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(
|