Addai commited on
Commit
a860168
·
1 Parent(s): 75d6cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  title = "Breast cancer detection with AI(Deep Transfer Learning)"
14
  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><p>"
15
  article="<p style='text-align: center'> Upload the breast X-ray image to know what is wrong with a patients breast with or without inplant<b></p>"
16
- examples = ['img1.JPEG', 'img2.JPEG']
17
  #interpretation='default'
18
  enable_queue=True
19
 
 
13
  title = "Breast cancer detection with AI(Deep Transfer Learning)"
14
  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><p>"
15
  article="<p style='text-align: center'> Upload the breast X-ray image to know what is wrong with a patients breast with or without inplant<b></p>"
16
+ examples = ['img1.jpeg', 'img2.jpeg']
17
  #interpretation='default'
18
  enable_queue=True
19