Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ Made by [Scoris](https://scoris.lt) team
|
|
18 |
|
19 |
|
20 |
You can use the model in the following way:
|
21 |
-
```
|
22 |
from transformers import MarianMTModel, MarianTokenizer
|
23 |
|
24 |
# Specify the model identifier on Hugging Face Model Hub
|
|
|
18 |
|
19 |
|
20 |
You can use the model in the following way:
|
21 |
+
```python
|
22 |
from transformers import MarianMTModel, MarianTokenizer
|
23 |
|
24 |
# Specify the model identifier on Hugging Face Model Hub
|