Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
34917f7
1
Parent(s):
3a72a6e
Update app.py
Browse filesUpdated the html
app.py
CHANGED
@@ -14,11 +14,15 @@ def predict_image(get_image):
|
|
14 |
title = "COVID_19 Infection Detectation App!"
|
15 |
head = (
|
16 |
"<center>"
|
17 |
-
|
18 |
-
|
19 |
-
"To test it, Use the Example Images Provided or Upload your own xray images the space provided."
|
20 |
-
"The model is trained using [anasmohammedtahir/covidqu](https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
|
21 |
"</center>"
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
)
|
23 |
description = head
|
24 |
article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu' target='_blank'>COVID-QU-Ex Dataset</a></p>"
|
|
|
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>"
|