Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ inputs_video = [
|
|
87 |
gr.components.Video(type="filepath", label="Input Video"),
|
88 |
|
89 |
]
|
90 |
-
|
91 |
gr.components.Image(type="numpy", label="Output Image"),
|
92 |
]
|
93 |
interface_video = gr.Interface(
|
|
|
87 |
gr.components.Video(type="filepath", label="Input Video"),
|
88 |
|
89 |
]
|
90 |
+
outputs_video = [
|
91 |
gr.components.Image(type="numpy", label="Output Image"),
|
92 |
]
|
93 |
interface_video = gr.Interface(
|