Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -152,12 +152,12 @@ with gradio_app:
|
|
152 |
</h1>
|
153 |
<a>
|
154 |
""")
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
with gr.Row():
|
162 |
with gr.Column():
|
163 |
app()
|
|
|
152 |
</h1>
|
153 |
<a>
|
154 |
""")
|
155 |
+
gr.HTML(
|
156 |
+
"""
|
157 |
+
<p style='text-align: center'>
|
158 |
+
Latest ultralytics yolo11 object detection models. Upload an image to run inference.
|
159 |
+
</p>
|
160 |
+
""")
|
161 |
with gr.Row():
|
162 |
with gr.Column():
|
163 |
app()
|