Spaces:
Build error
Build error
Commit
·
f404c6c
1
Parent(s):
415fd74
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,11 @@ head = (
|
|
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 |
"<p>"
|
18 |
"The model is trained using [anasmohammedtahir/covidqu(https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
|
19 |
"</p>"
|
|
|
20 |
"<p>"
|
21 |
"The researchers of Qatar University have compiled the COVID-QU-Ex dataset, which consists of 33,920 chest X-ray (CXR) images including:"
|
22 |
"</p>"
|
@@ -34,8 +36,6 @@ head = (
|
|
34 |
"<p>"
|
35 |
"Ground-truth lung segmentation masks are provided for the entire dataset. This is the largest ever created lung mask dataset."
|
36 |
"</p>"
|
37 |
-
|
38 |
-
"</center>"
|
39 |
"</body>"
|
40 |
)
|
41 |
description = head
|
|
|
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>"
|
21 |
+
|
22 |
"<p>"
|
23 |
"The researchers of Qatar University have compiled the COVID-QU-Ex dataset, which consists of 33,920 chest X-ray (CXR) images including:"
|
24 |
"</p>"
|
|
|
36 |
"<p>"
|
37 |
"Ground-truth lung segmentation masks are provided for the entire dataset. This is the largest ever created lung mask dataset."
|
38 |
"</p>"
|
|
|
|
|
39 |
"</body>"
|
40 |
)
|
41 |
description = head
|