waleko commited on
Commit
ea0da2a
1 Parent(s): 97cb6a7

new examples

Browse files
.gitattributes CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ *.png filter=lfs diff=lfs merge=lfs -text
36
+ *.jpg filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -165,13 +165,13 @@ app = gr.Interface(
165
  gr.Gallery(label="Result"),
166
  ],
167
  examples=[
168
- ["images/tiger.jpeg", "animal from cat family"],
169
- ["images/car.jpeg", "a blue sports car"],
170
- ["images/bags.jpeg", "black bag next to the red bag"],
171
- ["images/deer.jpeg", "deer jumping and running across the road"],
172
- ["images/penn.jpeg", "sign board"]
173
  ],
174
- title="Segment Anything",
175
  description="Zero-Shot Object Detection, Segmentation and Cropping",
176
  article="https://segment-anything.com",
177
  )
 
165
  gr.Gallery(label="Result"),
166
  ],
167
  examples=[
168
+ ["images/fish.jpg", "fish"],
169
+ ["images/birds.png", "bird"],
170
+ ["images/bear.png", "bear"],
171
+ ["images/penguin.png", "penguin"],
172
+ ["images/penn.jpg", "sign board"]
173
  ],
174
+ title="Segment Anything: Animal Edition",
175
  description="Zero-Shot Object Detection, Segmentation and Cropping",
176
  article="https://segment-anything.com",
177
  )
images/bags.jpeg DELETED
Binary file (121 kB)
 
images/bear.png ADDED

Git LFS Details

  • SHA256: b836cfab41ae58c6e4802987cb2ce3ac8b559f079a82d7a91d36cf8d73d159d7
  • Pointer size: 132 Bytes
  • Size of remote file: 3.23 MB
images/birds.png ADDED

Git LFS Details

  • SHA256: 61fcfbaaaf0d8416c8657a1156c3683f84a9030f2b43f27aa41695026d5ed94f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB
images/car.jpeg DELETED
Binary file (441 kB)
 
images/deer.jpeg DELETED
Binary file (147 kB)
 
images/fish.jpg ADDED

Git LFS Details

  • SHA256: d372cfe1fd345bd42c540d625dfa68fa19f7294747af68240664f95c7ad9fd08
  • Pointer size: 131 Bytes
  • Size of remote file: 713 kB
images/penguin.png ADDED

Git LFS Details

  • SHA256: 5056e9690d0a1b62d2e46a987538f616d8d85091bdc55e8564e353618beeb310
  • Pointer size: 132 Bytes
  • Size of remote file: 3.7 MB
images/penn.jpeg DELETED
Binary file (444 kB)
 
images/penn.jpg ADDED

Git LFS Details

  • SHA256: ad1b5f0e26baf4a3cfe0c834f47520bb2e0004c627e838bc328b8671fbc74cbf
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB
images/tiger.jpeg DELETED
Binary file (171 kB)