codingwithlewis commited on
Commit
e413988
·
verified ·
1 Parent(s): a710e8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ hence you can get better predictions by querying the image with text templates u
53
  demo = gr.Interface(
54
  query_image,
55
  inputs=[gr.Image(), "text", gr.Slider(0, 1, value=0.1)],
56
- outputs="annotatedimage",
57
  title="Zero-Shot Object Detection with OWLv2",
58
  description=description,
59
  examples=[
 
53
  demo = gr.Interface(
54
  query_image,
55
  inputs=[gr.Image(), "text", gr.Slider(0, 1, value=0.1)],
56
+ outputs=["annotatedimage", "json"],
57
  title="Zero-Shot Object Detection with OWLv2",
58
  description=description,
59
  examples=[