Commit
·
bc674d1
1
Parent(s):
f602458
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,6 +39,10 @@ You can use the [MyanmarGPT model 125 M](https://huggingface.co/jojo-ai-mst/Myan
|
|
| 39 |
|
| 40 |
### Using pipeline
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
```python
|
| 43 |
from transformers import pipeline
|
| 44 |
|
|
|
|
| 39 |
|
| 40 |
### Using pipeline
|
| 41 |
|
| 42 |
+
```shell
|
| 43 |
+
pip install transformers
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
```python
|
| 47 |
from transformers import pipeline
|
| 48 |
|