adirik commited on
Commit
4777db1
·
1 Parent(s): 88465f9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,6 +64,6 @@ demo = gr.Interface(
64
  outputs="image",
65
  title="Zero-Shot Object Detection with OWL-ViT",
66
  description=description,
67
- examples=[["assets/astronaut.png", "human face, rocket, flag, nasa badge"], ["assets/coffee.png", "coffee mug, spoon, plate"]],
68
  )
69
  demo.launch()
 
64
  outputs="image",
65
  title="Zero-Shot Object Detection with OWL-ViT",
66
  description=description,
67
+ examples=[["assets/astronaut.png", "human face, rocket, flag, nasa badge", 0.11], ["assets/coffee.png", "coffee mug, spoon, plate", 0.1]],
68
  )
69
  demo.launch()