Spaces:
Runtime error
Runtime error
SIVAPRASATH
commited on
Commit
•
64ba5c0
1
Parent(s):
02aa938
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 Tamil Translator",description="Get Tamil translation for your text in English")
|
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 Tamil Translator",description="Get Tamil translation for your text in English")
|
16 |
|
17 |
iface.launch()
|