Spaces:
Build error
Build error
Fix examples
Browse files
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=
|
|
|
32 |
gr.Interface(fn=predict,
|
33 |
inputs=gr.Textbox(),
|
34 |
outputs=gr.Textbox(),
|
35 |
+
examples=examples).launch()
|