Spaces:
Sleeping
Sleeping
update one line of code
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def create_interface():
|
|
148 |
return gr.Interface(
|
149 |
fn=process,
|
150 |
inputs=[
|
151 |
-
gr.Video(label="Upload Video"
|
152 |
gr.Slider(minimum=1, maximum=60, step=1, value=30, label="Sample Rate (Frames)")
|
153 |
],
|
154 |
outputs=[
|
|
|
148 |
return gr.Interface(
|
149 |
fn=process,
|
150 |
inputs=[
|
151 |
+
gr.Video(label="Upload Video"),
|
152 |
gr.Slider(minimum=1, maximum=60, step=1, value=30, label="Sample Rate (Frames)")
|
153 |
],
|
154 |
outputs=[
|