Spaces:
Build error
Build error
ShilongLiu
commited on
Commit
•
f440928
1
Parent(s):
af720a1
add notes for CPU
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ if __name__ == "__main__":
|
|
90 |
with block:
|
91 |
gr.Markdown("# Grounding DINO")
|
92 |
gr.Markdown("### Open-World Detection with Grounding DINO")
|
|
|
93 |
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
|
|
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 |
|
95 |
with gr.Row():
|
96 |
with gr.Column():
|