Update architectures/codeparrot.txt
Browse files
architectures/codeparrot.txt
CHANGED
@@ -23,7 +23,7 @@ outputs = model(**inputs)
|
|
23 |
|
24 |
```
|
25 |
|
26 |
-
|
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
|