Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ options.extend(list(all_langs.keys()))
|
|
| 13 |
models = ["Helsinki-NLP", "t5-base", "t5-small", "t5-large",
|
| 14 |
"facebook/nllb-200-distilled-600M",
|
| 15 |
"facebook/nllb-200-distilled-1.3B",
|
| 16 |
-
"
|
| 17 |
|
| 18 |
def model_to_cuda(model):
|
| 19 |
# Move the model to GPU if available
|
|
|
|
| 13 |
models = ["Helsinki-NLP", "t5-base", "t5-small", "t5-large",
|
| 14 |
"facebook/nllb-200-distilled-600M",
|
| 15 |
"facebook/nllb-200-distilled-1.3B",
|
| 16 |
+
"facebook/mbart-large-50-many-to-many-mmt"]
|
| 17 |
|
| 18 |
def model_to_cuda(model):
|
| 19 |
# Move the model to GPU if available
|