fffiloni commited on
Commit
fb2be20
·
1 Parent(s): 38e926e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -373,7 +373,7 @@ if __name__ == "__main__":
373
  with gr.Row():
374
  with gr.Column():
375
  video_in = gr.Video()
376
- trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=10, step=1, value=1)
377
  #task_type = gr.Dropdown(["scribble_point", "scribble_box", "text"], value="text", label="Prompt type")
378
  #task_type = "text"
379
  text_prompt = gr.Textbox(label="Text prompt", placeholder="the girl in the middle", info="Describe the subject visible in your video that you want to matte")
 
373
  with gr.Row():
374
  with gr.Column():
375
  video_in = gr.Video()
376
+ trim_in = gr.Slider(label="Cut video at (s)", minimum=1, maximum=10, step=1, value=1)
377
  #task_type = gr.Dropdown(["scribble_point", "scribble_box", "text"], value="text", label="Prompt type")
378
  #task_type = "text"
379
  text_prompt = gr.Textbox(label="Text prompt", placeholder="the girl in the middle", info="Describe the subject visible in your video that you want to matte")