yongyeol commited on
Commit
1d759e5
·
verified ·
1 Parent(s): 6f611a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from kospellpy import spell_init
17
 
18
  # ──────────────────────────────── 환경 설정 ────────────────────────────────
19
  logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)s: %(message)s')
20
- FONT_PATH = "/usr/share/fonts/truetype/nanum/NanumGothic.ttf"
21
  MIN_FONT_SIZE = 8
22
 
23
  # GCP 서비스 계정 키 base64 → JSON 디코딩
 
17
 
18
  # ──────────────────────────────── 환경 설정 ────────────────────────────────
19
  logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)s: %(message)s')
20
+ FONT_PATH = os.path.join(os.path.dirname(__file__), "NanumGothicCoding.ttf")
21
  MIN_FONT_SIZE = 8
22
 
23
  # GCP 서비스 계정 키 base64 → JSON 디코딩