agentlans commited on
Commit
57bb5f7
·
verified ·
1 Parent(s): 282775d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ For more details, please see [agentlans/readability](https://huggingface.co/data
49
 
50
  Example on how to use the model:
51
 
52
- ```
53
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
54
  import torch
55
 
 
49
 
50
  Example on how to use the model:
51
 
52
+ ```python
53
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
54
  import torch
55