shehan16 commited on
Commit
10d92a5
1 Parent(s): 147df28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ title = "Decision Support System to Diagnose COVID-19 using Chest X-Ray"
84
  description = """
85
  A prototype app for classifying the four COVID-19 Pneumonia Classes, created as a Demo for Gradio and HuggingFace Spaces
86
  . It is currently able to classify a given image as one of the following four classes: Typical Appearance, Atypical Appearance,
87
- Indeterminate Appearance and Negative for Pneumonia. The System has an interpretability component as well.
88
  """
89
 
90
  examples = ['0a3afeef9c01.png', '65761e66de9f.png', '0bf205469ffa.png', '0c06f6f96a5a.png', '0c1ba97ad7c8.png', '0c2d323a04bf.png', '0c6b440ba98e.png', '0c7b15362352.png', '0c7e3c0eda27.png']
 
84
  description = """
85
  A prototype app for classifying the four COVID-19 Pneumonia Classes, created as a Demo for Gradio and HuggingFace Spaces
86
  . It is currently able to classify a given image as one of the following four classes: Typical Appearance, Atypical Appearance,
87
+ Indeterminate Appearance and Negative for Pneumonia. The System has an additional interpretability component to assist the user why a particular decision has been made.
88
  """
89
 
90
  examples = ['0a3afeef9c01.png', '65761e66de9f.png', '0bf205469ffa.png', '0c06f6f96a5a.png', '0c1ba97ad7c8.png', '0c2d323a04bf.png', '0c6b440ba98e.png', '0c7b15362352.png', '0c7e3c0eda27.png']