jbilcke-hf commited on
Commit
1503cd0
·
1 Parent(s): 2768681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("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',
 
134
  gr.inputs.Image(label="Input Image"),
135
  gr.inputs.Textbox(label="Detection Prompt")
136
  ],
137
+ outputs=gr.outputs.Dataframe(type="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',