Anthony-Ml commited on
Commit
42e38b7
1 Parent(s): 8be3631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -9
app.py CHANGED
@@ -13,19 +13,21 @@ def predict_image(get_image):
13
 
14
  title = "COVID_19 Infection Detectation App!"
15
  head = (
16
- "<center>"
17
- "<img src='covid/Xray_Image_SuperImposed_Gradcam.png' width=400>"
18
- "This Space demonstrates model based on efficientnet base model. I has been trained to classify chest xray image."
19
- "</center>"
 
20
  "<div>"
21
- "To test it, Use the Example Images Provided or Upload your own xray images the space provided."
22
- "</div>"
23
- "<div>"
24
- "The model is trained using [anasmohammedtahir/covidqu](https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
 
25
  "</div>"
26
  )
27
  description = head
28
- article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu' target='_blank'>COVID-QU-Ex Dataset</a></p>"
29
  examples = [
30
  ['covid/covid_1038.png'], ['covid/covid_1034.png'],
31
  ['covid/cd.png'], ['covid/covid_1021.png'],
 
13
 
14
  title = "COVID_19 Infection Detectation App!"
15
  head = (
16
+ "<h1>"
17
+ "<centre>"
18
+ "<img src='covid/Xray_Image_SuperImposed_Gradcam.png'>"
19
+ "</centre>"
20
+ "</h1>"
21
  "<div>"
22
+ "This Space demonstrates model based on efficientnet base model. I has been trained to classify chest xray image."
23
+ " "
24
+ "To test it, Use the Example Images Provided or Upload your own xray images the space provided."
25
+ " "
26
+ "The model is trained using [anasmohammedtahir/covidqu](https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
27
  "</div>"
28
  )
29
  description = head
30
+
31
  examples = [
32
  ['covid/covid_1038.png'], ['covid/covid_1034.png'],
33
  ['covid/cd.png'], ['covid/covid_1021.png'],