JUNGU commited on
Commit
0a4fe2b
·
1 Parent(s): b74390d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import matplotlib.font_manager as fm
6
  from sklearn.cluster import KMeans
7
 
8
  # Set the font to NanumGothic for Korean support
9
- font_path = '/NanumGothic-Regular.ttf'
10
  font = fm.FontProperties(fname=font_path).get_name()
11
  plt.rc('font', family=font)
12
 
 
6
  from sklearn.cluster import KMeans
7
 
8
  # Set the font to NanumGothic for Korean support
9
+ font_path = 'https://huggingface.co/spaces/JUNGU/k-meansim/blob/main/NanumGothic-Regular.ttf'
10
  font = fm.FontProperties(fname=font_path).get_name()
11
  plt.rc('font', family=font)
12