Update README.md
Browse files
README.md
CHANGED
|
@@ -33,9 +33,9 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
| 33 |
|
| 34 |
Use the code below to get started with the model.
|
| 35 |
|
| 36 |
-
|
| 37 |
-
from torchvision import models
|
| 38 |
-
import pickle
|
| 39 |
|
| 40 |
# Load the model
|
| 41 |
|
|
|
|
| 33 |
|
| 34 |
Use the code below to get started with the model.
|
| 35 |
|
| 36 |
+
```import torch
|
| 37 |
+
```from torchvision import models
|
| 38 |
+
```import pickle
|
| 39 |
|
| 40 |
# Load the model
|
| 41 |
|