Nicole-M commited on
Commit
41f706b
·
verified ·
1 Parent(s): ae9cfe4

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.inputs.Image(shape=(224,224))
18
  label = gr.outputs.Label(num_top_classes=2)
19
 
20
- gr.Interface(fn=predict_image, inputs=image, outputs=label,interpretation='default').launch()
 
17
  image = gr.inputs.Image(shape=(224,224))
18
  label = gr.outputs.Label(num_top_classes=2)
19
 
20
+ gr.Interface(fn=predict_image, inputs=image, outputs=label, interpretation='default', title="Mammogram classification").launch()