pmgautam commited on
Commit
896b9a6
·
1 Parent(s): 5dd001e

Fix examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ examples = ["use this example to see translation in nepali",
32
  gr.Interface(fn=predict,
33
  inputs=gr.Textbox(),
34
  outputs=gr.Textbox(),
35
- examples=[examples]).launch()
 
32
  gr.Interface(fn=predict,
33
  inputs=gr.Textbox(),
34
  outputs=gr.Textbox(),
35
+ examples=examples).launch()