atalaydenknalbant commited on
Commit
30e4b6a
·
verified ·
1 Parent(s): 22a7b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
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():