Kaylah072001 commited on
Commit
e89fe7a
·
verified ·
1 Parent(s): 4b16390

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- '''import torch
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