JakJak504 commited on
Commit
d23d6fc
·
verified ·
1 Parent(s): 58e7866

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ license: apache-2.0
8
  Model compiled with JIT,
9
 
10
  To load use
11
- '''
12
  import torch
13
  model = torch.jit.load(model_path)
14
- '''
 
8
  Model compiled with JIT,
9
 
10
  To load use
11
+ ```
12
  import torch
13
  model = torch.jit.load(model_path)
14
+ ```