syubraj commited on
Commit
abce81c
·
verified ·
1 Parent(s): 66ee3f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], ["bandhan"], ["khola"]]
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