Fu-chiang commited on
Commit
1b57456
·
1 Parent(s): 486c773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ gr.Interface(
11
  predict,
12
  inputs=gr.inputs.Image(label="Upload otoscope picture", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
- title="Otitis or note?",
15
  ).launch()
 
11
  predict,
12
  inputs=gr.inputs.Image(label="Upload otoscope picture", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
+ title="Otitis or Normal?",
15
  ).launch()