Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ Visit the [title-generation space](https://huggingface.co/spaces/fabiochiu/title
|
|
24 |
|
25 |
# How to use the model
|
26 |
|
27 |
-
```
|
28 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
29 |
import nltk
|
30 |
nltk.download('punkt')
|
|
|
24 |
|
25 |
# How to use the model
|
26 |
|
27 |
+
```python
|
28 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
29 |
import nltk
|
30 |
nltk.download('punkt')
|