Spaces:
Runtime error
Runtime error
Commit
·
3fefe22
1
Parent(s):
ec9dffa
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ if __name__ == "__main__":
|
|
| 95 |
block = gr.Blocks(css=css).queue()
|
| 96 |
with block:
|
| 97 |
gr.Markdown("<h1><center>Grounding DINO<h1><center>")
|
| 98 |
-
gr.Markdown("<h3><center>Open-World Detection with <a href='https://github.com/
|
| 99 |
gr.Markdown("<h3><center>Note the model runs on CPU, so it may take a while to run the model.<h3><center>")
|
| 100 |
|
| 101 |
with gr.Row():
|
|
|
|
| 95 |
block = gr.Blocks(css=css).queue()
|
| 96 |
with block:
|
| 97 |
gr.Markdown("<h1><center>Grounding DINO<h1><center>")
|
| 98 |
+
gr.Markdown("<h3><center>Open-World Detection with <a href='https://github.com/Arulkumar03/SOTA-Grounding-DINO.ipynb'>Grounding DINO</a><h3><center>")
|
| 99 |
gr.Markdown("<h3><center>Note the model runs on CPU, so it may take a while to run the model.<h3><center>")
|
| 100 |
|
| 101 |
with gr.Row():
|