Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
119 |
show_label=True,
|
120 |
max_lines=2,
|
121 |
placeholder="Enter your prompt",
|
122 |
-
container=
|
123 |
value="a dog barking in the distance",
|
124 |
)
|
125 |
length_input = gr.Slider(minimum=1, maximum=10, step=1, value=10, label="Audio Length (in seconds)")
|
|
|
119 |
show_label=True,
|
120 |
max_lines=2,
|
121 |
placeholder="Enter your prompt",
|
122 |
+
container=True,
|
123 |
value="a dog barking in the distance",
|
124 |
)
|
125 |
length_input = gr.Slider(minimum=1, maximum=10, step=1, value=10, label="Audio Length (in seconds)")
|