223111524 commited on
Commit
a929a06
·
1 Parent(s): aa9c724

Modify type argument

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks(theme=gr.themes.Base(), css=".gradio-container {background: #1118
14
  elem_id="title"
15
  )
16
  with gr.Row():
17
- video_input = gr.Video(label="Select a video or drag and drop", type="filepath")
18
  with gr.Row():
19
  visualize = gr.Checkbox(label="Visualize Dense Features", value=False)
20
  with gr.Row():
 
14
  elem_id="title"
15
  )
16
  with gr.Row():
17
+ video_input = gr.Video(label="Select a video or drag and drop")
18
  with gr.Row():
19
  visualize = gr.Checkbox(label="Visualize Dense Features", value=False)
20
  with gr.Row():