Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
2a6fdf8
1
Parent(s):
fb45666
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
74 |
gr.HTML(f"<img src='{logo_url}' alt='Logo' width='150'/>")
|
75 |
gr.Markdown("## Wellness-Nexus V.1.0")
|
76 |
gr.Markdown("This app helps people to diagnose their cataract and glaucoma, both respectively #1 and #2 cause of blindness in the world. You could try our diagnostic model by downloading test image on our Huggingface Repo File. also you can see the video demo here : https://youtu.be/yknUdPnbXFg")
|
77 |
-
|
|
|
78 |
with gr.Tab("Cataract Screener and Analyzer"):
|
79 |
with gr.Row():
|
80 |
image_input = gr.Image(type="numpy", label="Upload an Image")
|
|
|
74 |
gr.HTML(f"<img src='{logo_url}' alt='Logo' width='150'/>")
|
75 |
gr.Markdown("## Wellness-Nexus V.1.0")
|
76 |
gr.Markdown("This app helps people to diagnose their cataract and glaucoma, both respectively #1 and #2 cause of blindness in the world. You could try our diagnostic model by downloading test image on our Huggingface Repo File. also you can see the video demo here : https://youtu.be/yknUdPnbXFg")
|
77 |
+
gr.Markdown("We were sorry that we provide the demo in diffrent file because we misunderstood the 5 minutes rule. we thought that 5 minutes are excluding demo. you can see our demo here : https://youtu.be/yknUdPnbXFg")
|
78 |
+
|
79 |
with gr.Tab("Cataract Screener and Analyzer"):
|
80 |
with gr.Row():
|
81 |
image_input = gr.Image(type="numpy", label="Upload an Image")
|