Spaces:
Sleeping
Sleeping
ranggaaldosas
commited on
Commit
•
b5274ca
1
Parent(s):
9ec6d86
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def show_preds_video(video_path):
|
|
69 |
# Define the Gradio interface for video input
|
70 |
interface_video = gr.Interface(
|
71 |
fn=show_preds_video,
|
72 |
-
inputs=gr.components.Video(
|
73 |
outputs=gr.components.Video(label="Processed Video"),
|
74 |
title="Pothole Detector - Video",
|
75 |
examples=example_vids,
|
|
|
69 |
# Define the Gradio interface for video input
|
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,
|