wjbmattingly commited on
Commit
1b3d138
1 Parent(s): 2487729

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ The following table describes the labels, the ones used to train this model, the
49
 
50
  Use the code below to get started with the model. All models are trained with float16.
51
 
52
- ```
53
  import requests
54
  from PIL import Image
55
  from transformers import AutoProcessor, AutoModelForCausalLM
 
49
 
50
  Use the code below to get started with the model. All models are trained with float16.
51
 
52
+ ```python
53
  import requests
54
  from PIL import Image
55
  from transformers import AutoProcessor, AutoModelForCausalLM