Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ if __name__ == "__main__":
|
|
| 92 |
with block:
|
| 93 |
gr.Markdown("# [Grounding DINO](https://github.com/IDEA-Research/GroundingDINO)")
|
| 94 |
gr.Markdown("### Open-World Detection with Grounding DINO")
|
| 95 |
-
gr.Markdown("Note the model runs on CPU, so it may take a while to run the model.")
|
| 96 |
|
| 97 |
with gr.Row():
|
| 98 |
with gr.Column():
|
|
|
|
| 92 |
with block:
|
| 93 |
gr.Markdown("# [Grounding DINO](https://github.com/IDEA-Research/GroundingDINO)")
|
| 94 |
gr.Markdown("### Open-World Detection with Grounding DINO")
|
| 95 |
+
# gr.Markdown("Note the model runs on CPU, so it may take a while to run the model.")
|
| 96 |
|
| 97 |
with gr.Row():
|
| 98 |
with gr.Column():
|