Enutrof commited on
Commit
0421730
Β·
1 Parent(s): 7c165a7

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -60,12 +60,13 @@ interface = gr.Interface(
60
  description='Type your English text in the left text box to get πŸ‡³πŸ‡¬ Pidgin translations on the right. '
61
  'Tell us the best translation by clicking one of the buttons below.',
62
  examples=[
63
- ['Who are you?'],
64
- ['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?'],
65
- ['I know every song by that artiste.'],
66
- ['They should not be permitted here.'],
67
- ['What are you looking for?'],
68
- ['I am lost, please help me find my way to the market.'],
 
69
  ]
70
  )
71
 
 
60
  description='Type your English text in the left text box to get πŸ‡³πŸ‡¬ Pidgin translations on the right. '
61
  'Tell us the best translation by clicking one of the buttons below.',
62
  examples=[
63
+ ['BBGM Model', 'Who are you?', 1],
64
+ ['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?', 1],
65
+ ['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?', 5],
66
+ ['BBGM Model', 'I know every song by that artiste.', 1],
67
+ ['BBGM Model', 'They should not be permitted here.', 1],
68
+ ['BBGM Model', 'I am lost, please help me find my way to the market.', 1],
69
+ ['BM Model', 'I am lost, please help me find my way to the market.', 1],
70
  ]
71
  )
72