victor HF Staff commited on
Commit
35d4249
·
1 Parent(s): e45b39f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):