Updated app.py
Browse files
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 |
-
['
|
66 |
-
['
|
67 |
-
['
|
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 |
|