Zakia commited on
Commit
09d1362
·
1 Parent(s): 936339e

change app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def predict(img):
25
 
26
  title = "Pneumonia or Normal X-Ray Predictor"
27
 
28
- description = "A pneumonia or normal x-ray predictor model trained on the chest-xray-pneumonia dataset with fastai. </br> Dataset taken from: <a href='https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia' target='_blank'>Chest X-Ray Images (Pneumonia)</a> and the associated scientific journal paper is <a href='https://www.cell.com/cell/fulltext/S0092-8674(18)30154-5' target='_blank'>Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning</a>"
29
 
30
 
31
  article = "<p style='text-align: center'><span style='font-size: 15pt;'>Pneumonia or Normal X-Ray Predictor. Zakia Salod. 2022. </span></p>"
 
25
 
26
  title = "Pneumonia or Normal X-Ray Predictor"
27
 
28
+ description = "A pneumonia or normal x-ray predictor model trained on the chest-xray-pneumonia dataset with fastai. The dataset was taken from: <a href='https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia' target='_blank'>Chest X-Ray Images (Pneumonia)</a> and the associated scientific journal paper is <a href='https://www.cell.com/cell/fulltext/S0092-8674(18)30154-5' target='_blank'>Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning</a>. The accuracy of the model is: 81.25%"
29
 
30
 
31
  article = "<p style='text-align: center'><span style='font-size: 15pt;'>Pneumonia or Normal X-Ray Predictor. Zakia Salod. 2022. </span></p>"