Ubuntu commited on
Commit
21181e0
·
1 Parent(s): b1cbe5f

removed test cases text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,6 +15,6 @@ def detect_hotspots(image):
15
 
16
 
17
  demo = gr.Interface(fn=detect_hotspots, inputs=gr.Image(type='pil'), outputs="image", title="YOLO Object Detection",
18
- examples=[['Test Case 1', 'images/test_image_1.jpg'], ['Test Case 2', 'images/test_image_2.jpg'],
19
- ['Test Case 3', 'images/test_image_3.jpg'], ['Test Case 4', 'images/test_image_4.jpg']])
20
  demo.launch()
 
15
 
16
 
17
  demo = gr.Interface(fn=detect_hotspots, inputs=gr.Image(type='pil'), outputs="image", title="YOLO Object Detection",
18
+ examples=[['images/test_image_1.jpg'], ['images/test_image_2.jpg'],
19
+ ['images/test_image_3.jpg'], ['images/test_image_4.jpg']])
20
  demo.launch()