HAN-TSUNG commited on
Commit
98bdf49
·
verified ·
1 Parent(s): 5fd9cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -61,9 +61,9 @@ demo = gr.Interface(
61
  title="Zero-Shot Object Detection with OWL-ViT",
62
  description=description,
63
  examples=[
64
- ["assets/astronaut.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
65
- ["assets/coffee.png", "coffee mug, spoon, plate", 0.1],
66
- ["assets/butterflies.jpeg", "orange butterfly", 0.3],
67
  ],
68
  )
69
  demo.launch()
 
61
  title="Zero-Shot Object Detection with OWL-ViT",
62
  description=description,
63
  examples=[
64
+ ["assets/assets_astronaut.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
65
+ ["assets/assets_coffee.png", "coffee mug, spoon, plate", 0.1],
66
+ ["assets/assets_butterflies.jpeg", "orange butterfly", 0.3],
67
  ],
68
  )
69
  demo.launch()