Update app.py
Browse files
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 |
|