Anthony-Ml commited on
Commit
c0f4c8a
1 Parent(s): f404c6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -5
app.py CHANGED
@@ -9,12 +9,15 @@ head = (
9
  "<center>"
10
  "<img src='/file=Gradcam.png' width=200>"
11
  "<h2>"
12
- "This Space demonstrates a model based on efficientnet base model"
13
  "</h2>"
14
- "<p>"
15
- "The Model was trained to classify chest xray image. To test it, Use the Example Images Provided or Upload your own xray images the space provided."
16
- "</p>"
17
- "</center>"
 
 
 
18
  "<p>"
19
  "The model is trained using [anasmohammedtahir/covidqu(https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
20
  "</p>"
 
9
  "<center>"
10
  "<img src='/file=Gradcam.png' width=200>"
11
  "<h2>"
12
+ "This Space demonstrates a model based on efficientnet base model. The Model was trained to classify chest xray image. To test it, "
13
  "</h2>"
14
+ "<h3>"
15
+ "Use the Example Images Provided or Upload your own xray images the space provided."
16
+ "</h3>"
17
+ "<h3>"
18
+ "!!!PLEASE NOTE MODEL WAS TRAINED and VALIDATED USING PNG FILES!!!"
19
+ "</h3>"
20
+ "</center>"
21
  "<p>"
22
  "The model is trained using [anasmohammedtahir/covidqu(https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
23
  "</p>"