Update README.md
Browse files
README.md
CHANGED
|
@@ -86,4 +86,9 @@ model_path = hf_hub_download(
|
|
| 86 |
filename="pytorch_model.pth"
|
| 87 |
)
|
| 88 |
|
| 89 |
-
checkpoint = torch.load(model_path)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
filename="pytorch_model.pth"
|
| 87 |
)
|
| 88 |
|
| 89 |
+
checkpoint = torch.load(model_path)
|
| 90 |
+
|
| 91 |
+
⚠️ Research Use Only
|
| 92 |
+
|
| 93 |
+
This model is a research prototype and is NOT intended for clinical or diagnostic use.
|
| 94 |
+
Predictions should not be used for medical decision making.
|