sudharshan106 commited on
Commit
4328689
1 Parent(s): e499ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import qdrant_client
9
  import easynmt
10
  # from config import CONFIG
11
 
12
- model_translation = easynmt.EasyNMT('mbart50_en2m')# mbart50_en2m
13
 
14
  model_type = "small"
15
 
 
9
  import easynmt
10
  # from config import CONFIG
11
 
12
+ model_translation = easynmt.EasyNMT('m2m_100_418M')# mbart50_en2m
13
 
14
  model_type = "small"
15