Spaces:
Paused
Paused
Commit
·
2768681
1
Parent(s):
db2cd8e
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ if __name__ == "__main__":
|
|
| 134 |
gr.inputs.Image(label="Input Image"),
|
| 135 |
gr.inputs.Textbox(label="Detection Prompt")
|
| 136 |
],
|
| 137 |
-
outputs=gr.outputs.Dataframe(),
|
| 138 |
title="Object Detection and Grounding",
|
| 139 |
description="A Gradio app to detect objects in an image and ground them to captions using Grounding DINO.",
|
| 140 |
server_name='0.0.0.0',
|
|
|
|
| 134 |
gr.inputs.Image(label="Input Image"),
|
| 135 |
gr.inputs.Textbox(label="Detection Prompt")
|
| 136 |
],
|
| 137 |
+
outputs=gr.outputs.Dataframe("pandas"),
|
| 138 |
title="Object Detection and Grounding",
|
| 139 |
description="A Gradio app to detect objects in an image and ground them to captions using Grounding DINO.",
|
| 140 |
server_name='0.0.0.0',
|