fmajer commited on
Commit
31533d3
Β·
1 Parent(s): 1326205

examples changed

Browse files
app.py CHANGED
@@ -110,12 +110,12 @@ demo = gr.Interface(
110
  title="Text-Based Object Detection",
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",
 
110
  title="Text-Based Object Detection",
111
  description=description,
112
  examples=[
113
+ ["examples/imga.jpeg", "Find a person.", True, 0.45],
114
+ ["examples/imgb.jpeg", "Could you mark a horse?", False, 0.25],
115
+ ["examples/imgc.jpeg", "There should be a cat in this picture, where?", True, 0.25],
116
+ ["examples/imgd.jpeg", "Mark a tv in this image.", False, 0.1],
117
+ ["examples/imge.jpeg", "Is there a zebra in this picture?", True, 0.4],
118
+ ["examples/imgf.jpeg", "Look for a stop sign.", True, 0.5],
119
  ],
120
  cache_examples=False,
121
  allow_flagging = "never",
examples/{img1.jpeg β†’ imga.jpeg} RENAMED
File without changes
examples/{img2.jpeg β†’ imgb.jpeg} RENAMED
File without changes
examples/{img3.jpeg β†’ imgc.jpeg} RENAMED
File without changes
examples/{img4.jpeg β†’ imgd.jpeg} RENAMED
File without changes
examples/{img5.jpeg β†’ imge.jpeg} RENAMED
File without changes
examples/{img6.jpeg β†’ imgf.jpeg} RENAMED
File without changes