Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
a9d5577
1
Parent(s):
105d5af
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def diagnose_image(image, model, input_shape):
|
|
77 |
def main():
|
78 |
with gr.Blocks() as demo:
|
79 |
gr.Markdown("# Glaucoma Detection App")
|
80 |
-
gr.Markdown("Upload an eye image to detect the probability of glaucoma.")
|
81 |
|
82 |
with gr.Row():
|
83 |
model_file = gr.File(label="Upload Model (.h5 or .keras)")
|
|
|
77 |
def main():
|
78 |
with gr.Blocks() as demo:
|
79 |
gr.Markdown("# Glaucoma Detection App")
|
80 |
+
gr.Markdown("Upload an fundus eye image to detect the probability of glaucoma.")
|
81 |
|
82 |
with gr.Row():
|
83 |
model_file = gr.File(label="Upload Model (.h5 or .keras)")
|