testingfaces commited on
Commit
a494a9d
·
verified ·
1 Parent(s): da8f4c4

Update translator.py

Browse files
Files changed (1) hide show
  1. translator.py +1 -1
translator.py CHANGED
@@ -1,7 +1,7 @@
1
  """
2
  Department 3 - Translator
3
  Primary : NLLB-200-distilled-1.3B (Meta) — ✅ UPGRADED from 600M for better accuracy
4
- Fallback : deep-translator (Google Translate) if NLLB
5
  """
6
 
7
  import time
 
1
  """
2
  Department 3 - Translator
3
  Primary : NLLB-200-distilled-1.3B (Meta) — ✅ UPGRADED from 600M for better accuracy
4
+ Fallback : deep-translator (Google Translate) if NLLB fails
5
  """
6
 
7
  import time