fabiochiu commited on
Commit
384c815
1 Parent(s): 097e222

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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')