Spaces:
Sleeping
Sleeping
rajeshradhakrishnan
commited on
Commit
•
ce05874
1
Parent(s):
a3a6ba7
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ def get_input(text):
|
|
12 |
translation = tokenizer.batch_decode(generated_tokens, skip_special_tokens=True)
|
13 |
return translation
|
14 |
|
15 |
-
iface = gr.Interface(fn=get_input,inputs="text",outputs="text", title = "English to
|
16 |
|
17 |
-
iface.launch(
|
|
|
12 |
translation = tokenizer.batch_decode(generated_tokens, skip_special_tokens=True)
|
13 |
return translation
|
14 |
|
15 |
+
iface = gr.Interface(fn=get_input,inputs="text",outputs="text", title = "English to Malayalam Translator",description="Get Malayalam translation for your text in English")
|
16 |
|
17 |
+
iface.launch()
|