Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ Ideal for:
|
|
92 |
|
93 |
Using pipelines, it takes only 4 lines:
|
94 |
|
95 |
-
```
|
96 |
from transformers import pipeline
|
97 |
|
98 |
# Load the classification pipeline with the specified model
|
|
|
92 |
|
93 |
Using pipelines, it takes only 4 lines:
|
94 |
|
95 |
+
```python
|
96 |
from transformers import pipeline
|
97 |
|
98 |
# Load the classification pipeline with the specified model
|