Spaces:
Sleeping
Sleeping
Commit
·
951a9a6
1
Parent(s):
4fb5fb4
Eg
Browse files
app.py
CHANGED
@@ -41,7 +41,15 @@ demo = gr.Interface(
|
|
41 |
outputs=gr.Textbox(lines=2, rtl=True, elem_classes="thaana"),
|
42 |
title="Demo Dhivehi Text Generator",
|
43 |
description="Generate text in Dhivehi language. This model is trained to generate coherent text based on the input prompt.",
|
44 |
-
article="<p>Model: Goldfish is a suite of monolingual language models trained for 350 languages. This model is the Dhivehi (Thaana script). For more details, visit the <a href='https://github.com/tylerachang/goldfish' target='_blank'>Goldfish Models GitHub repository</a>.</p>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
)
|
46 |
|
47 |
# Launch the app
|
|
|
41 |
outputs=gr.Textbox(lines=2, rtl=True, elem_classes="thaana"),
|
42 |
title="Demo Dhivehi Text Generator",
|
43 |
description="Generate text in Dhivehi language. This model is trained to generate coherent text based on the input prompt.",
|
44 |
+
article="<p>Model: Goldfish is a suite of monolingual language models trained for 350 languages. This model is the Dhivehi (Thaana script). For more details, visit the <a href='https://github.com/tylerachang/goldfish' target='_blank'>Goldfish Models GitHub repository</a>.</p>",
|
45 |
+
examples=[
|
46 |
+
["ދިވެހިރާއްޖެ"],
|
47 |
+
["އެމެރިކާ އިންތިޚާބު"],
|
48 |
+
["ސަލާމް"],
|
49 |
+
["ދުނިޔޭގެ ސިއްޙަތު ޖަމްޢިއްޔާ"],
|
50 |
+
["ޤަދީމީ ސަގާފަތް"],
|
51 |
+
["ޑިމޮކްރަސީ"]
|
52 |
+
]
|
53 |
)
|
54 |
|
55 |
# Launch the app
|