Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,6 @@ iface = gr.Interface(fn=translate,
|
|
18 |
inputs="text",
|
19 |
outputs="text",
|
20 |
title="EnSi NMT",
|
21 |
-
description="This is a demo and rest for ensi nmt by @zaanind."
|
22 |
)
|
23 |
iface.launch()
|
|
|
18 |
inputs="text",
|
19 |
outputs="text",
|
20 |
title="EnSi NMT",
|
21 |
+
description="This is a demo and rest api for ensi nmt by @zaanind."
|
22 |
)
|
23 |
iface.launch()
|