Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ def create_interface():
|
|
229 |
voices = get_voices()
|
230 |
|
231 |
with gr.Blocks() as app:
|
232 |
-
gr.Markdown("#
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
voice_dropdown = gr.Dropdown(choices=[v[0] for v in voices], label="Select Voice", value=voices[0][0] if voices else None)
|
|
|
229 |
voices = get_voices()
|
230 |
|
231 |
with gr.Blocks() as app:
|
232 |
+
gr.Markdown("# Generator")
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
voice_dropdown = gr.Dropdown(choices=[v[0] for v in voices], label="Select Voice", value=voices[0][0] if voices else None)
|