shehan16 commited on
Commit
ae766a0
1 Parent(s): c7fc68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ A prototype app for classifying the four COVID-19 Pneumonia Classes, created as
87
  Indeterminate Appearance and Negative for Pneumonia. The System has an interpretability component as well.
88
  """
89
 
90
- examples = ['0a3afeef9c01.png']
91
  interpretation='default'
92
  enable_queue=True
93
 
 
87
  Indeterminate Appearance and Negative for Pneumonia. The System has an interpretability component as well.
88
  """
89
 
90
+ examples = ['0a3afeef9c01.png', '65761e66de9f.png']
91
  interpretation='default'
92
  enable_queue=True
93