Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -519,6 +519,7 @@ with gr.Blocks() as demo:
|
|
519 |
user_prompt = gr.Textbox(
|
520 |
placeholder="eg: Remove the 3 first seconds of the video",
|
521 |
label="Instructions",
|
|
|
522 |
)
|
523 |
btn = gr.Button("Run")
|
524 |
with gr.Accordion("Parameters", open=False):
|
|
|
519 |
user_prompt = gr.Textbox(
|
520 |
placeholder="eg: Remove the 3 first seconds of the video",
|
521 |
label="Instructions",
|
522 |
+
lines=3,
|
523 |
)
|
524 |
btn = gr.Button("Run")
|
525 |
with gr.Accordion("Parameters", open=False):
|