kylecsnow commited on
Commit
432d40e
·
verified ·
1 Parent(s): 1b37516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -52,11 +52,11 @@ with gr.Blocks() as demo:
52
  # # description="Upload an image to detect objects using YOLOv8",
53
  description='Select an example image below (none of which were included in model training or validation), or upload your own image. Then, click "Submit" to see the model in action.',
54
  examples=[
55
- "bloodcell-examples/image_0.jpg",
56
- "bloodcell-examples/image_1.jpg",
57
- "bloodcell-examples/image_2.jpg",
58
- "bloodcell-examples/image_3.jpg",
59
- "bloodcell-examples/image_4.jpg",
60
  ],
61
  )
62
 
 
52
  # # description="Upload an image to detect objects using YOLOv8",
53
  description='Select an example image below (none of which were included in model training or validation), or upload your own image. Then, click "Submit" to see the model in action.',
54
  examples=[
55
+ "./bloodcell-examples/image_0.jpg",
56
+ "./bloodcell-examples/image_1.jpg",
57
+ "./bloodcell-examples/image_2.jpg",
58
+ "./bloodcell-examples/image_3.jpg",
59
+ "./bloodcell-examples/image_4.jpg",
60
  ],
61
  )
62