Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ def predict_image(img):
|
|
17 |
image = gr.Image(label="Select a mammogram image", sources=['upload'])
|
18 |
label = gr.Label(num_top_classes=2)
|
19 |
|
20 |
-
gr.Interface(fn=predict_image, inputs=image, outputs=label, title="Mammogram classification").launch(
|
|
|
17 |
image = gr.Image(label="Select a mammogram image", sources=['upload'])
|
18 |
label = gr.Label(num_top_classes=2)
|
19 |
|
20 |
+
gr.Interface(fn=predict_image, inputs=image, outputs=label, title="Mammogram classification").launch()
|