edaiofficial commited on
Commit
89f4af4
1 Parent(s): 2e2a5df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_translation(source_language,target_language,source_sentence=None):
34
  return f"Issue with translation: \n {error}"
35
 
36
  title = "MMTAfrica: Multilingual Machine Translation"
37
- description = "Enjoy our MMT model that allows you to translate among 6 African languages, English and French!"
38
 
39
  iface = gr.Interface(fn=get_translation,
40
  inputs=[gr.inputs.Dropdown(choices = available_languages,default='Igbo'),
 
34
  return f"Issue with translation: \n {error}"
35
 
36
  title = "MMTAfrica: Multilingual Machine Translation"
37
+ description = "Enjoy our MMT model that allows you to translate among 6 African languages, English and French!\n\nProfitez de notre modèle MMT qui vous permet de traduire parmi 6 langues africaines, anglais et français!"
38
 
39
  iface = gr.Interface(fn=get_translation,
40
  inputs=[gr.inputs.Dropdown(choices = available_languages,default='Igbo'),