Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ For more details, check out our official [blog post]().
|
|
48 |
|
49 |
You can use given example code to load the model.
|
50 |
|
51 |
-
```
|
52 |
import torch
|
53 |
from transformers import pipeline
|
54 |
|
|
|
48 |
|
49 |
You can use given example code to load the model.
|
50 |
|
51 |
+
```python
|
52 |
import torch
|
53 |
from transformers import pipeline
|
54 |
|