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

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -60,12 +60,12 @@ 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
+ ['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