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