Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
outputs="text", # output type
|
29 |
title="Romanized English to Nepali Transliterator",
|
30 |
description="Translate Romanized English text into Nepali.",
|
31 |
-
examples=[["ahile"],["prakriti"], ["mahasagar"], ["pradarshan"],["khutkela"], ["nandan"], ["
|
32 |
)
|
33 |
|
34 |
# Launch the Gradio app
|
|
|
28 |
outputs="text", # output type
|
29 |
title="Romanized English to Nepali Transliterator",
|
30 |
description="Translate Romanized English text into Nepali.",
|
31 |
+
examples=[["ahile"],["prakriti"], ["mahasagar"], ["pradarshan"],["khutkela"], ["nandan"], ["khola"]]
|
32 |
)
|
33 |
|
34 |
# Launch the Gradio app
|