Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,12 +34,12 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
| 34 |
|
| 35 |
def get_model_path():
|
| 36 |
classification_path = hf_hub_download(
|
| 37 |
-
repo_id = "MohammedAH/Brrain-MRI-
|
| 38 |
filename = "brain_mri.h5"
|
| 39 |
)
|
| 40 |
|
| 41 |
segmentation_path = hf_hub_download(
|
| 42 |
-
repo_id = "MohammedAH/Unet-Brain-
|
| 43 |
filename = "Unet_model.h5"
|
| 44 |
)
|
| 45 |
|
|
|
|
| 34 |
|
| 35 |
def get_model_path():
|
| 36 |
classification_path = hf_hub_download(
|
| 37 |
+
repo_id = "MohammedAH/Brrain-MRI-Classification",
|
| 38 |
filename = "brain_mri.h5"
|
| 39 |
)
|
| 40 |
|
| 41 |
segmentation_path = hf_hub_download(
|
| 42 |
+
repo_id = "MohammedAH/Unet-Brain-Segmentation",
|
| 43 |
filename = "Unet_model.h5"
|
| 44 |
)
|
| 45 |
|