piky commited on
Commit
c1df300
·
verified ·
1 Parent(s): b287adc

Update app.py

Browse files

Update description

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ app = gr.Interface(
137
  gr.Image(label="Annotated Image")
138
  ],
139
  title="Grounding DINO Object Detection",
140
- description="Provide an image URL or upload an image, then enter objects to detect."
141
  )
142
 
143
  app.launch(server_name="0.0.0.0", server_port=7860)
 
137
  gr.Image(label="Annotated Image")
138
  ],
139
  title="Grounding DINO Object Detection",
140
+ description="Upload an image or provide an image URL, then enter objects to detect."
141
  )
142
 
143
  app.launch(server_name="0.0.0.0", server_port=7860)