mbarnig commited on
Commit
e41acb8
1 Parent(s): ee03ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ REPO_ID_T5MT5 = "mbarnig/T5-mt5-tatoeba-en-lb"
10
 
11
  translator = pipeline("translation", model=REPO_ID_NLLB)
12
 
13
- my_title = "🇫🇷 Mir iwwersetzen vun an op Lëtzebuergesch ! 🇬🇧"
14
- my_description = "English-Luxembourgish machine translation (MT) demo based on 3 transformer models: NLLB, MarianNMT & T5/mt5."
15
  my_article = "abc"
16
 
17
  TRANSLATION_MODELS = [
 
10
 
11
  translator = pipeline("translation", model=REPO_ID_NLLB)
12
 
13
+ my_title = "🇬🇧 Mir iwwersetzen vun an op Lëtzebuergesch ! 🇫🇷"
14
+ my_description = "English-Luxembourgish machine translation (MT) demo based on 3 open-source transformer models: Facebook-NLLB, Microsoft-MarianNMT & Google-T5/mt5."
15
  my_article = "abc"
16
 
17
  TRANSLATION_MODELS = [