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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -152,12 +152,12 @@ with gradio_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()
 
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()