updated app.py
Browse files
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
|
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?'],
|