ariankhalfani commited on
Commit
fb45666
1 Parent(s): 632ab47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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():
 
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. 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():