Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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():
|