Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def predict(img):
|
|
15 |
title = "Science Fair Cornea Ulcer Image Classifier"
|
16 |
description = "Version 1.0. Copyright Colleen Mahr 2025"
|
17 |
#article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
18 |
-
examples = ['examplecorneaulcer.jpeg','
|
19 |
interpretation = 'default'
|
20 |
enable_queue = True
|
21 |
|
|
|
15 |
title = "Science Fair Cornea Ulcer Image Classifier"
|
16 |
description = "Version 1.0. Copyright Colleen Mahr 2025"
|
17 |
#article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
18 |
+
examples = ['examplecorneaulcer.jpeg','exampleconjunctivitisnocorneaulcer.jpeg','examplenormaleye.jpeg']
|
19 |
interpretation = 'default'
|
20 |
enable_queue = True
|
21 |
|