Enutrof commited on
Commit
36d7535
β€’
1 Parent(s): 06523bd

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -55,9 +55,12 @@ interface = gr.Interface(
55
  gr.Textbox(label="Prediction 2"),
56
  gr.Textbox(label="Prediction 3"),
57
  ],
58
- title='EHN: English to πŸ‡³πŸ‡¬ Pidgin Machine Translation', # ![NITHUB Logo](https://imgur.com/rNfN7cf)
59
  description='Type your English text in the left text box to get πŸ‡³πŸ‡¬ Pidgin translations on the right. '
60
- 'Tell us the best translation by clicking one of the buttons below.',
 
 
 
61
  examples=[
62
  ['BBGM Model', 'Who are you?'],
63
  ['BBGM Model', 'Is a personal philosophy of moral relativism, the only way to survive in this ethically complex world, or is it just an excuse to justify doing bad things?'],
 
55
  gr.Textbox(label="Prediction 2"),
56
  gr.Textbox(label="Prediction 3"),
57
  ],
58
+ title='EHN? An English to πŸ‡³πŸ‡¬ Pidgin Machine Translator', # ![NITHUB Logo](https://imgur.com/rNfN7cf)
59
  description='Type your English text in the left text box to get πŸ‡³πŸ‡¬ Pidgin translations on the right. '
60
+ 'Tell us the best translation by clicking one of the buttons below.'
61
+ ''
62
+ '- BM Model: Bible-based Marian Model'
63
+ '- BBGM Model: Bible-BBC-GPT3.5Turbo-based Marian Model',
64
  examples=[
65
  ['BBGM Model', 'Who are you?'],
66
  ['BBGM Model', 'Is a personal philosophy of moral relativism, the only way to survive in this ethically complex world, or is it just an excuse to justify doing bad things?'],