Coco-18 commited on
Commit
3d83039
Β·
verified Β·
1 Parent(s): bb84a07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ for lang, model_id in TTS_MODELS.items():
122
  tts_models[lang] = None
123
 
124
  # Add this with your other model configurations
125
- TRANSLATION_MODEL_ID = "Helsinki-NLP/opus-mt-tc-bible-big-phi-en"
126
  logger.info(f"πŸ”„ Loading Translation model: {TRANSLATION_MODEL_ID}")
127
 
128
  # Initialize translation model and tokenizer (add this after your other model initializations)
 
122
  tts_models[lang] = None
123
 
124
  # Add this with your other model configurations
125
+ TRANSLATION_MODEL_ID = "Coco-18/opus-mt-pam-en"
126
  logger.info(f"πŸ”„ Loading Translation model: {TRANSLATION_MODEL_ID}")
127
 
128
  # Initialize translation model and tokenizer (add this after your other model initializations)