Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
42e38b7
1
Parent(s):
8be3631
Update app.py
Browse files
app.py
CHANGED
@@ -13,19 +13,21 @@ def predict_image(get_image):
|
|
13 |
|
14 |
title = "COVID_19 Infection Detectation App!"
|
15 |
head = (
|
16 |
-
"<
|
17 |
-
|
18 |
-
"
|
19 |
-
|
|
|
20 |
"<div>"
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
25 |
"</div>"
|
26 |
)
|
27 |
description = head
|
28 |
-
|
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'],
|