Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ 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 |
-
import torch
|
| 37 |
from torchvision import models
|
| 38 |
import pickle
|
| 39 |
|
|
|
|
| 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 |
|