Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,6 @@ model = AutoModelForSeq2SeqLM.from_pretrained("salesken/translation-hi-en")
|
|
33 |
|
34 |
# due to covid, we have reduced our debt interest
|
35 |
|
36 |
-
exp = [["पानी पे चलती रेलगाड़ी
|
37 |
iface = gr.Interface(fn=translate, inputs="text",outputs=gr.Gallery(), examples=exp)
|
38 |
iface.launch()
|
|
|
33 |
|
34 |
# due to covid, we have reduced our debt interest
|
35 |
|
36 |
+
exp = [["पानी पे चलती रेलगाड़ी"]]
|
37 |
iface = gr.Interface(fn=translate, inputs="text",outputs=gr.Gallery(), examples=exp)
|
38 |
iface.launch()
|