Spaces:
Running
on
Zero
Running
on
Zero
Modify app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with gr.Blocks(
|
|
| 233 |
with gr.Column():
|
| 234 |
t2a_caption = gr.Textbox(
|
| 235 |
label="Audio Caption",
|
| 236 |
-
placeholder="e.g., a man is speaking
|
| 237 |
lines=3
|
| 238 |
)
|
| 239 |
t2a_model = gr.Dropdown(
|
|
|
|
| 233 |
with gr.Column():
|
| 234 |
t2a_caption = gr.Textbox(
|
| 235 |
label="Audio Caption",
|
| 236 |
+
placeholder="e.g., a man is speaking while a dog barks",
|
| 237 |
lines=3
|
| 238 |
)
|
| 239 |
t2a_model = gr.Dropdown(
|