Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def process_image(image):
|
|
| 73 |
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")
|
| 77 |
|
| 78 |
with gr.Tab("Cataract Screener and Analyzer"):
|
| 79 |
with gr.Row():
|
|
|
|
| 73 |
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")
|
| 77 |
|
| 78 |
with gr.Tab("Cataract Screener and Analyzer"):
|
| 79 |
with gr.Row():
|