SuriRaja commited on
Commit
72d54a5
·
verified ·
1 Parent(s): 271d3c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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").style(grid=[3]),
 
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
  )