adirik commited on
Commit
3c4ee3d
·
1 Parent(s): ba97523
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,6 +65,5 @@ demo = gr.Interface(
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
- live=True
69
  )
70
- demo.launch(debug=True)
 
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()