nirajandhakal commited on
Commit
380a1ba
1 Parent(s): 05f15f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
30
 
31
  Running Inference:
32
 
33
- ```
34
  # Load model directly
35
  from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
36
 
 
30
 
31
  Running Inference:
32
 
33
+ ```python
34
  # Load model directly
35
  from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
36