Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ def analyze_video(video):
|
|
10 |
demo = gr.Interface(
|
11 |
fn=analyze_video,
|
12 |
inputs=gr.Video(label="Upload Drone Video"),
|
13 |
-
outputs=gr.Gallery(label="Detected Road Defects")
|
|
|
14 |
title="Drone-based Road Defect Detection",
|
15 |
description="Upload drone footage to identify and highlight road surface defects."
|
16 |
)
|
|
|
10 |
demo = gr.Interface(
|
11 |
fn=analyze_video,
|
12 |
inputs=gr.Video(label="Upload Drone Video"),
|
13 |
+
outputs=gr.Gallery(label="Detected Road Defects")
|
14 |
+
,
|
15 |
title="Drone-based Road Defect Detection",
|
16 |
description="Upload drone footage to identify and highlight road surface defects."
|
17 |
)
|