Spaces:
Build error
Build error
Commit
·
5950f80
1
Parent(s):
8b7fd62
Update app.py
Browse files
app.py
CHANGED
@@ -4,23 +4,20 @@ from efficientnet_pytorch import EfficientNet
|
|
4 |
|
5 |
|
6 |
title = "COVID_19 Infection Detectation App!"
|
7 |
-
head = (
|
8 |
-
"<center>"
|
9 |
-
"<img src='Gradcam.png' width=400>"
|
10 |
-
"This Space demonstrates model based on efficientnet base model. I has been trained to classify chest xray image."
|
11 |
-
"</center>"
|
12 |
"<body>"
|
13 |
-
|
14 |
-
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
"</body>"
|
25 |
)
|
26 |
description = head
|
|
|
4 |
|
5 |
|
6 |
title = "COVID_19 Infection Detectation App!"
|
7 |
+
head = (
|
|
|
|
|
|
|
|
|
8 |
"<body>"
|
9 |
+
"<center>"
|
10 |
+
"<img src='Gradcam.png' width=400>"
|
11 |
+
"<h2>"
|
12 |
+
"This Space demonstrates a model based on efficientnet base model"
|
13 |
+
"</h2>"
|
14 |
+
"<p>"
|
15 |
+
"I has been 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 |
+
"<p>"
|
18 |
+
"The model is trained using [anasmohammedtahir/covidqu(https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
|
19 |
+
"</p>"
|
20 |
+
"</center>"
|
21 |
"</body>"
|
22 |
)
|
23 |
description = head
|