Spaces:
Sleeping
Sleeping
updated input video type
Browse files
app.py
CHANGED
@@ -83,7 +83,8 @@ def show_preds_video(video_path):
|
|
83 |
yield cv2.cvtColor(frame_copy, cv2.COLOR_BGR2RGB)
|
84 |
|
85 |
inputs_video = [
|
86 |
-
gr.components.Video(type="filepath", label="Input Video"),
|
|
|
87 |
|
88 |
]
|
89 |
outputs_video = [
|
|
|
83 |
yield cv2.cvtColor(frame_copy, cv2.COLOR_BGR2RGB)
|
84 |
|
85 |
inputs_video = [
|
86 |
+
#gr.components.Video(type="filepath", label="Input Video"),
|
87 |
+
gr.inputs.Video(label="Input Video"),
|
88 |
|
89 |
]
|
90 |
outputs_video = [
|