fffiloni commited on
Commit
c418a94
·
1 Parent(s): 8213dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -355,7 +355,7 @@ if __name__ == "__main__":
355
  with gr.Row():
356
  with gr.Column():
357
  video_in = gr.Video(source='upload', type="filepath")
358
- trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=5, step=1, value=1
359
  #task_type = gr.Dropdown(["scribble_point", "scribble_box", "text"], value="text", label="Prompt type")
360
  task_type = "text"
361
  text_prompt = gr.Textbox(label="Text prompt", placeholder="the girl in the middle")
 
355
  with gr.Row():
356
  with gr.Column():
357
  video_in = gr.Video(source='upload', type="filepath")
358
+ trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=5, step=1, value=1)
359
  #task_type = gr.Dropdown(["scribble_point", "scribble_box", "text"], value="text", label="Prompt type")
360
  task_type = "text"
361
  text_prompt = gr.Textbox(label="Text prompt", placeholder="the girl in the middle")