Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,9 @@ def gpu():
|
|
97 |
|
98 |
# Initialize
|
99 |
with gr.Blocks(css=css) as main:
|
|
|
|
|
|
|
100 |
with gr.Column():
|
101 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|
102 |
voice_input = gr.Dropdown(list(CHOICES.items()), value=DEFAULT_VOICE, label="Voice")
|
|
|
97 |
|
98 |
# Initialize
|
99 |
with gr.Blocks(css=css) as main:
|
100 |
+
with gr.Column():
|
101 |
+
gr.Markdown("🪄 Instantly generate realistic voices using text input.")
|
102 |
+
|
103 |
with gr.Column():
|
104 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|
105 |
voice_input = gr.Dropdown(list(CHOICES.items()), value=DEFAULT_VOICE, label="Voice")
|