Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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 디코딩
|