Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
29 |
-
examples=[
|
|
|
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()
|