jinfengxie commited on
Commit
b618e7e
·
verified ·
1 Parent(s): 2cb0b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import io
17
  import pandas as pd
18
 
19
  # Set the font to support Chinese characters
20
- matplotlib.rcParams['font.family'] = 'https://huggingface.co/spaces/jinfengxie/BFM_segmentation/resolve/main/msyhbd.ttc'
21
 
22
  id2color= {1: [209, 35, 69],
23
  2: [216, 208, 246],
 
17
  import pandas as pd
18
 
19
  # Set the font to support Chinese characters
20
+ matplotlib.rcParams['font.family'] = 'Noto Sans CJK SC'
21
 
22
  id2color= {1: [209, 35, 69],
23
  2: [216, 208, 246],