MohammedAH commited on
Commit
03d7f52
·
verified ·
1 Parent(s): b1fd5bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-Classsification",
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
 
 
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