yaya-sy commited on
Commit
75a2980
1 Parent(s): d25db0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -64,12 +64,12 @@ if __name__ == '__main__':
64
 
65
  outputs = gr.outputs.JSON()
66
 
67
- title = "Fulfulde translator"
68
 
69
  demo_status = "Demo is running on CPU"
70
- description = "to French, English or Arabic and vice-versa translation demo using NLLB."
71
  examples = [
72
- ['fra_Latn', 'fuv_latn', 'La traduction est une tâche facile.']
73
  ]
74
 
75
  gr.Interface(translation,
 
64
 
65
  outputs = gr.outputs.JSON()
66
 
67
+ title = "Fulfulde translator"
68
 
69
  demo_status = "Demo is running on CPU"
70
+ description = "Fulfulde to French, English or Arabic and vice-versa translation demo using NLLB."
71
  examples = [
72
+ ['fra_Latn', 'fuv_Latn', 'La traduction est une tâche facile.']
73
  ]
74
 
75
  gr.Interface(translation,