Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ with iface:
|
|
216 |
with gr.Group():
|
217 |
with gr.Box():
|
218 |
############# Input
|
219 |
-
textbox = gr.Textbox(value="A hammer is hitting a wooden surface", max_lines=1, label="Input your text here. Please ensure it is descriptive
|
220 |
|
221 |
with gr.Accordion("Click to modify detailed configurations", open=False):
|
222 |
seed = gr.Number(value=45, label="Change this value (any integer number) will lead to a different generation result.")
|
|
|
216 |
with gr.Group():
|
217 |
with gr.Box():
|
218 |
############# Input
|
219 |
+
textbox = gr.Textbox(value="A hammer is hitting a wooden surface", max_lines=1, label="Input your text here. Your text is important for the audio quality. Please ensure it is descriptive by using more adjectives.", elem_id="prompt-in")
|
220 |
|
221 |
with gr.Accordion("Click to modify detailed configurations", open=False):
|
222 |
seed = gr.Number(value=45, label="Change this value (any integer number) will lead to a different generation result.")
|