fmajer commited on
Commit
0564c9d
·
1 Parent(s): bceb2fe

examples changed

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -111,9 +111,11 @@ demo = gr.Interface(
111
  description=description,
112
  examples=[
113
  ["examples/img1.jpeg", "Find a person.", True, 0.45],
114
- ["examples/img2.jpeg", "Detect a person with skis.", True, 0.25],
115
  ["examples/img3.jpeg", "There should be a cat in this picture, where?", True, 0.25],
116
- ["examples/img4.jpeg", "Can you find an elephant?", True, 0.25],
 
 
117
  ],
118
  cache_examples=False,
119
  allow_flagging = "never",
 
111
  description=description,
112
  examples=[
113
  ["examples/img1.jpeg", "Find a person.", True, 0.45],
114
+ ["examples/img2.jpeg", "Could you mark a horse?", False, 0.25],
115
  ["examples/img3.jpeg", "There should be a cat in this picture, where?", True, 0.25],
116
+ ["examples/img4.jpeg", "Mark a tv in this image.", False, 0.1],
117
+ ["examples/img5.jpeg", "Is there a zebra in this picture?", True, 0.4],
118
+ ["examples/img6.jpeg", "Look for a stop sign.", True, 0.5],
119
  ],
120
  cache_examples=False,
121
  allow_flagging = "never",
examples/.DS_Store ADDED
Binary file (6.15 kB). View file
 
examples/img2.jpeg CHANGED
examples/img4.jpeg CHANGED
examples/img5.jpeg ADDED
examples/img6.jpeg ADDED