Update app.py
Browse filesUpdate description
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="
|
| 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)
|