Nicole-M commited on
Commit
e22c4c8
·
verified ·
1 Parent(s): 5d091a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug='True')
 
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()