Mr-Vicky-01
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,4 +62,8 @@ def language_translator(text):
|
|
62 |
text_to_translate = "hardwork never fail"
|
63 |
output = language_translator(text_to_translate)
|
64 |
print(output)
|
65 |
-
```
|
|
|
|
|
|
|
|
|
|
62 |
text_to_translate = "hardwork never fail"
|
63 |
output = language_translator(text_to_translate)
|
64 |
print(output)
|
65 |
+
```
|
66 |
+
|
67 |
+
## Directly try this model
|
68 |
+
|
69 |
+
[Hugging Face Spaces](https://huggingface.co/spaces/Mr-Vicky-01/tamil_translator)
|