Zengyf-CVer commited on
Commit
2b9c604
1 Parent(s): 4766c77

app update

Browse files
Files changed (1) hide show
  1. util/fonts_opt.py +3 -3
util/fonts_opt.py CHANGED
@@ -16,9 +16,9 @@ fonts_list = ["SimSun.ttf", "TimesNewRoman.ttf", "malgun.ttf"] # 字体列表
16
  fonts_suffix = ["ttc", "ttf", "otf"] # 字体后缀
17
 
18
  data_url_dict = {
19
- "SimSun.ttf": "https://gitee.com/CV_Lab/gradio_yolov5_det/attach_files/1053539/download/SimSun.ttf",
20
- "TimesNewRoman.ttf": "https://gitee.com/CV_Lab/gradio_yolov5_det/attach_files/1053537/download/TimesNewRoman.ttf",
21
- "malgun.ttf": "https://gitee.com/CV_Lab/gradio_yolov5_det/attach_files/1053538/download/malgun.ttf",}
22
 
23
  console = Console()
24
 
 
16
  fonts_suffix = ["ttc", "ttf", "otf"] # 字体后缀
17
 
18
  data_url_dict = {
19
+ "SimSun.ttf": "https://github.com/Zengyf-CVer/fonts/raw/main/SimSun.ttf",
20
+ "TimesNewRoman.ttf": "https://github.com/Zengyf-CVer/fonts/raw/main/TimesNewRoman.ttf",
21
+ "malgun.ttf": "https://github.com/Zengyf-CVer/fonts/raw/main/malgun.ttf",}
22
 
23
  console = Console()
24