Enutrof commited on
Commit
380dc0e
β€’
1 Parent(s): 76a92b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,7 +61,9 @@ interface = gr.Interface(
61
  gr.Textbox(label="Prediction 2"),
62
  gr.Textbox(label="Prediction 3"),
63
  ],
64
- title='β€œEHN?”: A Bi-directional English to πŸ‡³πŸ‡¬ Pidgin Machine Translator', # ![NITHUB Logo](https://imgur.com/rNfN7cf)
 
 
65
  description='Type your English/πŸ‡³πŸ‡¬ Pidgin text in the left text box to get πŸ‡³πŸ‡¬ Pidgin/English translations on the right. '
66
  '\n'
67
  '- BM Model: Bible-based Marian Model\n'
 
61
  gr.Textbox(label="Prediction 2"),
62
  gr.Textbox(label="Prediction 3"),
63
  ],
64
+ title='β€œEHN?”: A Bi-directional English to πŸ‡³πŸ‡¬ Pidgin Machine Translator'
65
+ '\n'
66
+ 'A product of the NITHUB AI Team', # ![NITHUB Logo](https://imgur.com/rNfN7cf)
67
  description='Type your English/πŸ‡³πŸ‡¬ Pidgin text in the left text box to get πŸ‡³πŸ‡¬ Pidgin/English translations on the right. '
68
  '\n'
69
  '- BM Model: Bible-based Marian Model\n'