Commit
•
3ae3127
1
Parent(s):
d46b951
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ with iface:
|
|
171 |
with gr.Group():
|
172 |
with gr.Box():
|
173 |
textbox = gr.Textbox(
|
174 |
-
value="
|
175 |
max_lines=1,
|
176 |
label="Input text",
|
177 |
info="Your text is important for the audio quality. Please ensure it is descriptive by using more adjectives.",
|
|
|
171 |
with gr.Group():
|
172 |
with gr.Box():
|
173 |
textbox = gr.Textbox(
|
174 |
+
value="",
|
175 |
max_lines=1,
|
176 |
label="Input text",
|
177 |
info="Your text is important for the audio quality. Please ensure it is descriptive by using more adjectives.",
|