developer0hye commited on
Commit
795585e
·
verified ·
1 Parent(s): 55b6378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ if __name__ == "__main__":
129
  }
130
  """
131
  with gr.Blocks(css=css) as demo:
132
- gr.Markdown("<h1><center>Grounding DINO<h1><center>")
133
  gr.Markdown("<h3><center>Open-World Detection with <a href='https://github.com/IDEA-Research/GroundingDINO'>Grounding DINO</a><h3><center>")
134
 
135
  with gr.Row():
 
129
  }
130
  """
131
  with gr.Blocks(css=css) as demo:
132
+ gr.Markdown("<h1><center>Grounding DINO Base<h1><center>")
133
  gr.Markdown("<h3><center>Open-World Detection with <a href='https://github.com/IDEA-Research/GroundingDINO'>Grounding DINO</a><h3><center>")
134
 
135
  with gr.Row():