MUmairAB commited on
Commit
55af2c8
1 Parent(s): c5ee548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def detect_cancer(img):
23
 
24
 
25
  gr.Interface(title="Breast Cancer Diagnosis\n(by Umair Akram)",
26
- description="Enter the Histopathological image of the breast to predict the diagnosis."
27
  fn=detect_cancer,
28
  inputs=gr.Image(shape=(50, 50)),
29
  outputs='text').launch()
 
23
 
24
 
25
  gr.Interface(title="Breast Cancer Diagnosis\n(by Umair Akram)",
26
+ description="Enter the Histopathological image of the breast to predict the diagnosis.",
27
  fn=detect_cancer,
28
  inputs=gr.Image(shape=(50, 50)),
29
  outputs='text').launch()