Update app.py
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ model = AutoModelForSeq2SeqLM.from_pretrained("salesken/translation-hi-en")
|
|
21 |
# due to covid, we have reduced our debt interest
|
22 |
|
23 |
|
24 |
-
iface = gr.Interface(fn=
|
25 |
iface.launch()
|
|
|
21 |
# due to covid, we have reduced our debt interest
|
22 |
|
23 |
|
24 |
+
iface = gr.Interface(fn=translate, inputs="text", outputs="text")
|
25 |
iface.launch()
|