codelion commited on
Commit
0fd397f
1 Parent(s): b646cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():