Spaces:
Sleeping
Sleeping
codingwithlewis
commited on
Update app.py
Browse files
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=[
|