MUmairAB commited on
Commit
c5ee548
1 Parent(s): ba3419a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,5 +26,4 @@ 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',
30
- examples=["sample2_class1.png", "sample3_class0","sample4_class0"]).launch()
 
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()