Update README.md
Browse files
README.md
CHANGED
|
@@ -68,9 +68,8 @@ Several versions of the model weights are available on Hugging Face:
|
|
| 68 |
### Requirements
|
| 69 |
|
| 70 |
```bash
|
| 71 |
-
pip install
|
| 72 |
```
|
| 73 |
-
We are actively working with the Hugging Face team to integrate the necessary code into the main `transformers` library. This installation method may change in the future.
|
| 74 |
|
| 75 |
### Example
|
| 76 |
|
|
|
|
| 68 |
### Requirements
|
| 69 |
|
| 70 |
```bash
|
| 71 |
+
pip install transformers
|
| 72 |
```
|
|
|
|
| 73 |
|
| 74 |
### Example
|
| 75 |
|