nielsr HF staff not-lain commited on
Commit
8d7828f
1 Parent(s): f2b9b13

Update README.md (#1)

Browse files

- Update README.md (3c210c80f359d050aa863d231231158c16de3a03)


Co-authored-by: not-lain <not-lain@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ print(f"{probs[0][0]:.1%} that image 0 is '{texts[0]}'")
54
 
55
  Alternatively, one can leverage the pipeline API which abstracts away the complexity for the user:
56
 
57
- ```
58
  from transformers import pipeline
59
  from PIL import Image
60
  import requests
 
54
 
55
  Alternatively, one can leverage the pipeline API which abstracts away the complexity for the user:
56
 
57
+ ```python
58
  from transformers import pipeline
59
  from PIL import Image
60
  import requests