ccmscifair commited on
Commit
08e8e27
·
verified ·
1 Parent(s): 351a458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -14,6 +14,11 @@ def predict(img):
14
 
15
  title = "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'
 
14
 
15
  title = "Cornea Ulcer Image Classifier"
16
  description = "Version 1.0. Copyright Colleen Mahr 2025"
17
+ article_text = "The following machine learning image classified was trained on publicly available external eye photos. \n"
18
+ article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. \n"
19
+ article_text = article_text + "You can upload an external eye photo and you will get back an AI prediction of the probability of \n"
20
+ article_text = article_text + "a corneal ulcer being present."
21
+ article = article_text
22
  #article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
23
  examples = ['examplecorneaulcer.jpeg','exampleconjunctivitisnocorneaulcer.jpeg','examplenormaleye.jpeg']
24
  interpretation = 'default'