jeff86 commited on
Commit
8302e74
1 Parent(s): 418554b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -142,16 +142,9 @@ with gradio_app:
142
  gr.HTML(
143
  """
144
  <h1 style='text-align: center'>
145
- YOLOv10: Real-Time End-to-End Object Detection
146
  </h1>
147
  """)
148
- gr.HTML(
149
- """
150
- <h3 style='text-align: center'>
151
- Follow me for more!
152
- <a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a> | <a href='https://www.huggingface.co/kadirnar/' target='_blank'>HuggingFace</a>
153
- </h3>
154
- """)
155
  with gr.Row():
156
  with gr.Column():
157
  app()
 
142
  gr.HTML(
143
  """
144
  <h1 style='text-align: center'>
145
+ YOLOv10
146
  </h1>
147
  """)
 
 
 
 
 
 
 
148
  with gr.Row():
149
  with gr.Column():
150
  app()