Addai commited on
Commit
0d004be
1 Parent(s): 8a6e88f

Did not change anything

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  return prediction
14
 
15
 
16
- title = "Breast cancer detection with Deep Transfer Learning(ResNet18)"
17
  description = "<p style='text-align: center'><b>As a radiologist or oncologist, it is crucial to know what is wrong with a breast x-ray image.<b><br><b>Upload the breast X-ray image to know what is wrong with a patients breast with or without inplant<b><p>"
18
  article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
19
  examples = ['img1.jpeg', 'img2.jpeg']
 
13
  return prediction
14
 
15
 
16
+ title = "Breast cancer detection with Deep Transfer Learning(ResNet18)."
17
  description = "<p style='text-align: center'><b>As a radiologist or oncologist, it is crucial to know what is wrong with a breast x-ray image.<b><br><b>Upload the breast X-ray image to know what is wrong with a patients breast with or without inplant<b><p>"
18
  article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
19
  examples = ['img1.jpeg', 'img2.jpeg']