shengqiangShi commited on
Commit
da688d7
·
1 Parent(s): b688ee0

Application file

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -101,7 +101,6 @@ demo = gr.Interface(
101
  title="Zero-Shot Object Detection SV3",
102
  description="This interface demonstrates object detection using zero-shot object detection and SAM for image segmentation.",
103
  examples=[
104
- ["images/purple cell.png", "purple cells", 0.05],
105
  ["images/dark_cell.png", "gray cells", 0.1],
106
  ["images/animals.png", "Rabbit,Squirrel,Parrot,Hedgehog,Turtle,Ladybug,Chick,Frog,Butterfly,Snail,Mouse", 0.35],
107
 
 
101
  title="Zero-Shot Object Detection SV3",
102
  description="This interface demonstrates object detection using zero-shot object detection and SAM for image segmentation.",
103
  examples=[
 
104
  ["images/dark_cell.png", "gray cells", 0.1],
105
  ["images/animals.png", "Rabbit,Squirrel,Parrot,Hedgehog,Turtle,Ladybug,Chick,Frog,Butterfly,Snail,Mouse", 0.35],
106