alakxender
commited on
Commit
·
f665c0b
1
Parent(s):
c66568a
initial commit
Browse files
app.py
CHANGED
@@ -61,7 +61,11 @@ demo = gr.Interface(
|
|
61 |
outputs=gr.Textbox(label="English Translation"),
|
62 |
title="Dhivehi to English Translation",
|
63 |
description="Translate Dhivehi text to English",
|
64 |
-
examples=[
|
|
|
|
|
|
|
|
|
65 |
)
|
66 |
|
67 |
demo.launch()
|
|
|
61 |
outputs=gr.Textbox(label="English Translation"),
|
62 |
title="Dhivehi to English Translation",
|
63 |
description="Translate Dhivehi text to English",
|
64 |
+
examples=[
|
65 |
+
["މާލޭގައި ފެންބޮޑުވާ މަގުތައް މަރާމާތު ކުރަން ފަށައިފި","finetuned mt5-base"],
|
66 |
+
["މާލޭގައި ފެންބޮޑުވާ މަގުތައް މަރާމާތު ކުރަން ފަށައިފި","madlad400-3b"],
|
67 |
+
["މާލޭގައި ފެންބޮޑުވާ މަގުތައް މަރާމާތު ކުރަން ފަށައިފި","madlad400-10b"],
|
68 |
+
]
|
69 |
)
|
70 |
|
71 |
demo.launch()
|