nielsr HF staff Xenova HF staff commited on
Commit
cc3289c
1 Parent(s): d904981

Fix code highlighting (#2)

Browse files

- Fix code highlighting (af8dfa035fc6acd71e008893d05915bead67ca13)


Co-authored-by: Joshua <[email protected]>

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