dipesh1701
commited on
Commit
•
ccf30c7
1
Parent(s):
e37abe5
model change
Browse files
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-
|
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 = {}
|