Spaces:
Runtime error
Runtime error
Danil
commited on
Commit
·
0076f53
1
Parent(s):
74f3628
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from flores200_codes import flores_codes
|
|
8 |
|
9 |
def load_models():
|
10 |
# build model and tokenizer
|
11 |
-
model_name_dict = {'nllb-distilled-1.3B': 'facebook/nllb-distilled-1.3B'}
|
12 |
|
13 |
model_dict = {}
|
14 |
|
|
|
8 |
|
9 |
def load_models():
|
10 |
# build model and tokenizer
|
11 |
+
model_name_dict = {'nllb-distilled-1.3B': 'facebook/nllb-200-distilled-1.3B'}
|
12 |
|
13 |
model_dict = {}
|
14 |
|