Spaces:
Sleeping
Sleeping
Ethan MacCumber
commited on
Commit
·
5ab7af2
1
Parent(s):
8180fc2
wip
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ intf = gr.Interface(
|
|
37 |
fn=classify_image,
|
38 |
inputs=gr.Image(),
|
39 |
outputs=gr.Label(num_top_classes=5),
|
|
|
40 |
examples=['healthy.jpg', 'macroaneurism.jpg']
|
41 |
)
|
42 |
|
|
|
37 |
fn=classify_image,
|
38 |
inputs=gr.Image(),
|
39 |
outputs=gr.Label(num_top_classes=5),
|
40 |
+
title="Retinal Image Condition Classifier",
|
41 |
examples=['healthy.jpg', 'macroaneurism.jpg']
|
42 |
)
|
43 |
|