Spaces:
Configuration error
Configuration error
englert
commited on
Commit
·
a8b501d
1
Parent(s):
2752f94
update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def predict(input_file, downsample_size):
|
|
82 |
|
83 |
demo = gr.Interface(
|
84 |
fn=predict,
|
85 |
-
inputs=[gr.inputs.Video(label="Upload Video File"), gr.inputs.Number(
|
86 |
outputs=gr.outputs.File(label="Zip"))
|
87 |
|
88 |
demo.launch()
|
|
|
82 |
|
83 |
demo = gr.Interface(
|
84 |
fn=predict,
|
85 |
+
inputs=[gr.inputs.Video(label="Upload Video File"), gr.inputs.Number(label="Downsample size")],
|
86 |
outputs=gr.outputs.File(label="Zip"))
|
87 |
|
88 |
demo.launch()
|