yourusername commited on
Commit
b3c7b84
β€’
1 Parent(s): 2a27594

:lipstick: format

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,7 +76,7 @@ image_interface = gr.Interface(
76
  " examples to load them. Read more at the links below."
77
  ),
78
  article=(
79
- "<div style='text-align: center;'><a href='https://github.com/meituan/YOLOv6' target='_blank'>Github Repo</a> |"
80
  " <center><img src='https://visitor-badge.glitch.me/badge?page_id=nateraw_yolov6' alt='visitor"
81
  " badge'></center></div>"
82
  ),
@@ -105,7 +105,7 @@ video_interface = gr.Interface(
105
  " examples to load them. Read more at the links below."
106
  ),
107
  article=(
108
- "<div style='text-align: center;'><a href='https://github.com/meituan/YOLOv6' target='_blank'>Github Repo</a> |"
109
  " <center><img src='https://visitor-badge.glitch.me/badge?page_id=nateraw_yolov6' alt='visitor"
110
  " badge'></center></div>"
111
  ),
 
76
  " examples to load them. Read more at the links below."
77
  ),
78
  article=(
79
+ "<div style='text-align: center;'><a href='https://github.com/meituan/YOLOv6' target='_blank'>Github Repo</a>"
80
  " <center><img src='https://visitor-badge.glitch.me/badge?page_id=nateraw_yolov6' alt='visitor"
81
  " badge'></center></div>"
82
  ),
 
105
  " examples to load them. Read more at the links below."
106
  ),
107
  article=(
108
+ "<div style='text-align: center;'><a href='https://github.com/meituan/YOLOv6' target='_blank'>Github Repo</a>"
109
  " <center><img src='https://visitor-badge.glitch.me/badge?page_id=nateraw_yolov6' alt='visitor"
110
  " badge'></center></div>"
111
  ),