Rustamshry commited on
Commit
b3bcc29
·
verified ·
1 Parent(s): 2522cce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ _ = model.generate(
86
  )
87
  ```
88
 
89
- For Pipeline
90
 
91
  ```python
92
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
 
86
  )
87
  ```
88
 
89
+ **pipeline:**
90
 
91
  ```python
92
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer