Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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()
|