ntsc207 commited on
Commit
26d8697
·
verified ·
1 Parent(s): 67d94b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ def app():
108
  ],
109
  value="None"
110
  )
111
- gr.Examples(['camera1_A_133.png'], inputs=img_path,label = "Image Example", cache_examples = False)
112
- gr.Examples(['test.mp4'], inputs=vid_path, label = "Video Example", cache_examples = False)
113
  yolov9_infer = gr.Button(value="Inference")
114
  with gr.Column():
115
  gr.HTML("<h2>Output</h2>")
 
108
  ],
109
  value="None"
110
  )
111
+ gr.Examples(['./img_examples/Exam_1.png','./img_examples/Exam_2.png','./img_examples/Exam_3.png','./img_examples/Exam_4.png','./img_examples/Exam_5.png'], inputs=img_path,label = "Image Example", cache_examples = False)
112
+ gr.Examples(['./video_examples/video_1.mp4', './video_examples/video_2.mp4','./video_examples/video_3.mp4','./video_examples/video_4.mp4','./video_examples/video_5.mp4'], inputs=vid_path, label = "Video Example", cache_examples = False)
113
  yolov9_infer = gr.Button(value="Inference")
114
  with gr.Column():
115
  gr.HTML("<h2>Output</h2>")