Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -148,8 +148,15 @@ with gradio_app:
|
|
148 |
gr.HTML(
|
149 |
"""
|
150 |
<h1 style='text-align: center'>
|
151 |
-
Yolo11
|
152 |
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
""")
|
154 |
with gr.Row():
|
155 |
with gr.Column():
|
|
|
148 |
gr.HTML(
|
149 |
"""
|
150 |
<h1 style='text-align: center'>
|
151 |
+
Yolo11: Object Detection
|
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():
|