Spaces:
Sleeping
Sleeping
ranggaaldosas
commited on
Commit
•
f5759c2
1
Parent(s):
d76249b
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def show_preds_video(video_path):
|
|
70 |
interface_video = gr.Interface(
|
71 |
fn=show_preds_video,
|
72 |
inputs=gr.components.Video(label="Input Video"),
|
73 |
-
outputs=gr.components.Video(label="Processed Video"),
|
74 |
title="Pothole Detector - Video",
|
75 |
examples=example_vids,
|
76 |
cache_examples=False,
|
|
|
70 |
interface_video = gr.Interface(
|
71 |
fn=show_preds_video,
|
72 |
inputs=gr.components.Video(label="Input Video"),
|
73 |
+
outputs=gr.components.Video(type="numpy", label="Processed Video"),
|
74 |
title="Pothole Detector - Video",
|
75 |
examples=example_vids,
|
76 |
cache_examples=False,
|