Addai commited on
Commit
6f4ba72
·
1 Parent(s): 56db208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ title = "Breast cancer detection with AI(Deep Transfer Learning)"
36
  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>"
37
  article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
38
  examples = ['img1.jpeg', 'img2.jpeg']
39
- #interpretation='default'
40
  enable_queue=True
41
 
42
  gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,enable_queue=enable_queue).launch()
 
36
  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>"
37
  article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
38
  examples = ['img1.jpeg', 'img2.jpeg']
 
39
  enable_queue=True
40
 
41
  gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,enable_queue=enable_queue).launch()