radames commited on
Commit
d30eade
1 Parent(s): e06f31d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as demo:
39
  video_data_dummy = gr.JSON({}, visible=False)
40
  with gr.Row():
41
  with gr.Column():
42
- video = gr.Video(elem_id="video_in")
43
  with gr.Column():
44
  timestamp = gr.JSON()
45
  with gr.Row():
 
39
  video_data_dummy = gr.JSON({}, visible=False)
40
  with gr.Row():
41
  with gr.Column():
42
+ video = gr.Video(elem_id="video_in", type="filepath")
43
  with gr.Column():
44
  timestamp = gr.JSON()
45
  with gr.Row():