TiberiuCristianLeon commited on
Commit
a5ff6b9
·
verified ·
1 Parent(s): 282f817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "OpenNMT/nllb-200-distilled-1.3B-ct2-int8", "facebook/mbart-large-50-many-to-many-mmt"]
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