Spaces:
Running
Running
ShilongLiu
commited on
Commit
•
0e47677
1
Parent(s):
f440928
add links to grounding dino
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ if __name__ == "__main__":
|
|
88 |
|
89 |
block = gr.Blocks().queue()
|
90 |
with block:
|
91 |
-
gr.Markdown("# Grounding DINO")
|
92 |
gr.Markdown("### Open-World Detection with Grounding DINO")
|
93 |
gr.Markdown("Note the model runs on CPU, so it may take a while to run the model.")
|
94 |
|
|
|
88 |
|
89 |
block = gr.Blocks().queue()
|
90 |
with block:
|
91 |
+
gr.Markdown("# [Grounding DINO](https://github.com/IDEA-Research/GroundingDINO)")
|
92 |
gr.Markdown("### Open-World Detection with Grounding DINO")
|
93 |
gr.Markdown("Note the model runs on CPU, so it may take a while to run the model.")
|
94 |
|