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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -372,7 +372,7 @@ if __name__ == "__main__":
372
 
373
  with gr.Row():
374
  with gr.Column():
375
- video_in = gr.Video(source='upload', type="filepath")
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"
 
372
 
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"