Spaces:
Configuration error
Configuration error
englert
commited on
Commit
·
7de0d41
1
Parent(s):
cc2e3a8
update app.py
Browse files
app.py
CHANGED
@@ -84,6 +84,8 @@ def predict(input_file, downsample_size):
|
|
84 |
|
85 |
|
86 |
demo = gr.Interface(
|
|
|
|
|
87 |
fn=predict,
|
88 |
inputs=[gr.components.Video(label="Upload Video File"),
|
89 |
gr.components.Number(label="Downsample size")],
|
|
|
84 |
|
85 |
|
86 |
demo = gr.Interface(
|
87 |
+
enable_queue=True,
|
88 |
+
title="Frame selection by visual difference",
|
89 |
fn=predict,
|
90 |
inputs=[gr.components.Video(label="Upload Video File"),
|
91 |
gr.components.Number(label="Downsample size")],
|