Zengyf-CVer commited on
Commit
d0d4a94
·
1 Parent(s): 110d7c4

some update

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -405,7 +405,9 @@ def main(args):
405
  title = "Gradio YOLOv8 Det"
406
 
407
  # 描述
408
- description = "<div align='center'>Object detection and image segmentation system based on YOLOv8</div><div align='center'>Author: 曾逸夫(Zeng Yifu), Github: https://github.com/Zengyf-CVer, thanks to [Gradio](https://github.com/gradio-app/gradio) & [YOLOv8](https://github.com/ultralytics/ultralytics)</div>"
 
 
409
 
410
  # 示例图片
411
  examples_imgs = [
 
405
  title = "Gradio YOLOv8 Det"
406
 
407
  # 描述
408
+ description = "<div align='center'>Object detection and image segmentation system based on YOLOv8</div>\
409
+ <div align='center'>Author: 曾逸夫(Zeng Yifu), Github: https://github.com/Zengyf-CVer, \
410
+ thanks to <a href='https://github.com/gradio-app/gradio'>Gradio</a> & <a href='https://github.com/ultralytics/ultralytics'>YOLOv8</a></div>"
411
 
412
  # 示例图片
413
  examples_imgs = [