Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ language:
|
|
11 |
pipeline_tag: text-classification
|
12 |
---
|
13 |
|
14 |
-
```
|
15 |
from transformers import pipeline
|
16 |
|
17 |
pipe = pipeline("text-classification",
|
|
|
11 |
pipeline_tag: text-classification
|
12 |
---
|
13 |
|
14 |
+
```python
|
15 |
from transformers import pipeline
|
16 |
|
17 |
pipe = pipeline("text-classification",
|