MUmairAB commited on
Commit
10ad57c
·
1 Parent(s): 6c87298

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,5 +25,5 @@ def detect_cancer(img):
25
 
26
  gr.Interface(fn=detect_cancer,
27
  inputs=gr.Image(shape=(50, 50)),
28
- outputs=gr.Label("The Test Result"),
29
- examples=[0, 1]).launch()
 
25
 
26
  gr.Interface(fn=detect_cancer,
27
  inputs=gr.Image(shape=(50, 50)),
28
+ outputs='text',
29
+ examples=["sample2_class1.png", "sample3_class0","sample4_class0"]).launch()