loubnabnl HF staff commited on
Commit
fda9fad
1 Parent(s): 1cd4d51

Update architectures/codeparrot.txt

Browse files
Files changed (1) hide show
  1. architectures/codeparrot.txt +1 -1
architectures/codeparrot.txt CHANGED
@@ -23,7 +23,7 @@ outputs = model(**inputs)
23
 
24
  ```
25
 
26
- you can also use `pipeline` to generate code:
27
 
28
  ```python
29
  from transformers import pipeline
 
23
 
24
  ```
25
 
26
+ You can also use `pipeline` to generate code:
27
 
28
  ```python
29
  from transformers import pipeline