Spaces:
Running
Running
Zengyf-CVer
commited on
Commit
·
910ab75
1
Parent(s):
1817bd6
Update app.py
Browse files
app.py
CHANGED
@@ -438,7 +438,7 @@ def main(args):
|
|
438 |
with gr.Row():
|
439 |
gr.Markdown(value="<p align='center'><a href='https://gitee.com/CV_Lab/gradio-yolov8-det'>\
|
440 |
<img src='https://pycver.gitee.io/ows-pics/imgs/gradio_yolov8_det_logo.png' alt='Simple Icons' ></a>\
|
441 |
-
<p align='center'>基于 Gradio 的 YOLOv8
|
442 |
)
|
443 |
with gr.Row():
|
444 |
gr.Markdown(value="作者:曾逸夫,Gitee:https://gitee.com/PyCVer ,Github:https://github.com/Zengyf-CVer")
|
|
|
438 |
with gr.Row():
|
439 |
gr.Markdown(value="<p align='center'><a href='https://gitee.com/CV_Lab/gradio-yolov8-det'>\
|
440 |
<img src='https://pycver.gitee.io/ows-pics/imgs/gradio_yolov8_det_logo.png' alt='Simple Icons' ></a>\
|
441 |
+
<p align='center'>基于 Gradio 的 YOLOv8 通用计算机视觉演示系统</p><p align='center'>集成目标检测、图像分割和图像分类于一体,可自定义检测模型</p>"
|
442 |
)
|
443 |
with gr.Row():
|
444 |
gr.Markdown(value="作者:曾逸夫,Gitee:https://gitee.com/PyCVer ,Github:https://github.com/Zengyf-CVer")
|