fffiloni commited on
Commit
658802a
1 Parent(s): c15ab74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ with gr.Blocks() as demo:
14
  with gr.Column():
15
  files_in = gr.File(label="Drop Some Videos", file_count="multiple", file_types=['video'])
16
  submit_btn = gr.Button("Submit")
17
- # video_gallery = videogallery(label="Video Gallery")
18
- video_gallery = gr.File(label="Video Gallery")
19
 
20
  submit_btn.click(
21
  fn = infer,
 
14
  with gr.Column():
15
  files_in = gr.File(label="Drop Some Videos", file_count="multiple", file_types=['video'])
16
  submit_btn = gr.Button("Submit")
17
+ video_gallery = videogallery(label="Video Gallery")
18
+ # video_gallery = gr.File(label="Video Gallery")
19
 
20
  submit_btn.click(
21
  fn = infer,