Staticaliza commited on
Commit
7b10e06
·
verified ·
1 Parent(s): 6122a7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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")