Update app.py
Browse files
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 |
-
|
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,
|