datbkpro commited on
Commit
00dbcb7
·
verified ·
1 Parent(s): 15b62c5

Update config/settings.py

Browse files
Files changed (1) hide show
  1. config/settings.py +1 -1
config/settings.py CHANGED
@@ -72,7 +72,7 @@ class Settings:
72
 
73
  # OCR Settings - SỬA LỖI NGÔN NGỮ
74
  OCR_MODEL = "kha-white/manga-ocr-base"
75
- EASYOCR_LANGUAGES = ['vi', 'en', 'fr', 'es', 'de', 'ja', 'ko', 'ch_sim'] # SỬA 'zh' thành 'ch_sim'
76
 
77
  # Whisper Settings
78
  WHISPER_MODEL = "whisper-large-v3"
 
72
 
73
  # OCR Settings - SỬA LỖI NGÔN NGỮ
74
  OCR_MODEL = "kha-white/manga-ocr-base"
75
+ EASYOCR_LANGUAGES = ['vi', 'en'] # SỬA 'zh' thành 'ch_sim'
76
 
77
  # Whisper Settings
78
  WHISPER_MODEL = "whisper-large-v3"