jeffaudi commited on
Commit
486d217
1 Parent(s): bf2facf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ if __name__ == "__main__":
109
  block = gr.Blocks(css=css).queue()
110
  with block:
111
  #gr.Markdown("<h1><center>Grounding DINO<h1><center>")
112
- gr.Markdown("<h2><center>Open-World Detection with <a href='https://github.com/IDEA-Research/GroundingDINO'>Grounding DINO</a><h2><center>")
113
  #gr.Markdown("<h3><center>Note the model runs on CPU, so it may take a while to run the model.<h3><center>")
114
 
115
  with gr.Row():
 
109
  block = gr.Blocks(css=css).queue()
110
  with block:
111
  #gr.Markdown("<h1><center>Grounding DINO<h1><center>")
112
+ gr.Markdown("<h2><center>Detection in the wild with <a href='https://github.com/IDEA-Research/GroundingDINO'>Grounding DINO</a><h2><center>")
113
  #gr.Markdown("<h3><center>Note the model runs on CPU, so it may take a while to run the model.<h3><center>")
114
 
115
  with gr.Row():