Anirudh Balaraman commited on
Commit
4f13c99
·
unverified ·
1 Parent(s): 7c32841

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,13 +44,13 @@ pytest tests/
44
  ```
45
  ### Model Download
46
 
47
- ´´´bash
48
  MODELS_DIR="./models"
49
  mkdir -p ./models
50
  curl -L -o models/file1.pth https://huggingface.co/anirudh0410/WSAttention-Prostate/resolve/main/cspca_model.pth
51
  curl -L -o models/file2.pth https://huggingface.co/anirudh0410/WSAttention-Prostate/resolve/main/pirads.pt
52
  curl -L -o models/file3.pth https://huggingface.co/anirudh0410/WSAttention-Prostate/resolve/main/prostate_segmentation_model.pt
53
- ´´´
54
 
55
  ## Usage
56
 
 
44
  ```
45
  ### Model Download
46
 
47
+ ```bash
48
  MODELS_DIR="./models"
49
  mkdir -p ./models
50
  curl -L -o models/file1.pth https://huggingface.co/anirudh0410/WSAttention-Prostate/resolve/main/cspca_model.pth
51
  curl -L -o models/file2.pth https://huggingface.co/anirudh0410/WSAttention-Prostate/resolve/main/pirads.pt
52
  curl -L -o models/file3.pth https://huggingface.co/anirudh0410/WSAttention-Prostate/resolve/main/prostate_segmentation_model.pt
53
+ ```
54
 
55
  ## Usage
56