Spaces:
Runtime error
Runtime error
Commit
·
c4be503
1
Parent(s):
72d8e96
Update app.py
Browse files
app.py
CHANGED
@@ -909,7 +909,7 @@ param_visu_langs = {
|
|
909 |
"path_sentencepiece_model": f"./{lang_dataset_id}.sp.model",
|
910 |
"path_kenlm_model": f"./{lang_dataset_id}.arpa.bin",
|
911 |
}
|
912 |
-
for lang_dataset_id in ["eu", "ca", "zh", "en", "fr", "id", "es"]
|
913 |
}
|
914 |
|
915 |
visualization = Visualization(path_instructions, param_visu_langs)
|
|
|
909 |
"path_sentencepiece_model": f"./{lang_dataset_id}.sp.model",
|
910 |
"path_kenlm_model": f"./{lang_dataset_id}.arpa.bin",
|
911 |
}
|
912 |
+
for lang_dataset_id in ["eu", "ca", "zh", "en", "fr", "id", "pt", "es"]
|
913 |
}
|
914 |
|
915 |
visualization = Visualization(path_instructions, param_visu_langs)
|