Spaces:
Running
Running
Anirudh Balaraman commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,13 +44,13 @@ pytest tests/
|
|
| 44 |
```
|
| 45 |
### Model Download
|
| 46 |
|
| 47 |
-
|
| 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 |
|