dipesh1701 commited on
Commit
ccf30c7
1 Parent(s): e37abe5

model change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from flores200_codes import flores_codes
7
 
8
  def load_models():
9
  model_name_dict = {
10
- "nllb-distilled-600M": "facebook/nllb-200-distilled-600M",
11
  }
12
 
13
  model_dict = {}
 
7
 
8
  def load_models():
9
  model_name_dict = {
10
+ "nllb-distilled-1.3B": "facebook/nllb-200-distilled-1.3B",
11
  }
12
 
13
  model_dict = {}