Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
075a073
1
Parent(s):
9ef33e3
Added 2 more images
Browse files- app.py +1 -1
- app.py.bak +1 -3
app.py
CHANGED
@@ -12,7 +12,7 @@ def predict_image(get_image):
|
|
12 |
|
13 |
title = "Detect COVID_19 Infection Xray Chest Images"
|
14 |
description = "A covid19 infection classifier trained on the anasmohammedtahir/covidqu dataset with efficientnetb0 base model. Created demo using Gradio and HuggingFace Spaces."
|
15 |
-
examples = ['/
|
16 |
article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu' target='_blank'>COVID-QU-Ex Dataset</a></p>"
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
|
|
12 |
|
13 |
title = "Detect COVID_19 Infection Xray Chest Images"
|
14 |
description = "A covid19 infection classifier trained on the anasmohammedtahir/covidqu dataset with efficientnetb0 base model. Created demo using Gradio and HuggingFace Spaces."
|
15 |
+
examples = ['covid/']
|
16 |
article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu' target='_blank'>COVID-QU-Ex Dataset</a></p>"
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
app.py.bak
CHANGED
@@ -12,9 +12,7 @@ def predict_image(get_image):
|
|
12 |
|
13 |
title = "Detect COVID_19 Infection Xray Chest Images"
|
14 |
description = "A covid19 infection classifier trained on the anasmohammedtahir/covidqu dataset with efficientnetb0 base model. Created demo using Gradio and HuggingFace Spaces."
|
15 |
-
examples = [
|
16 |
-
['covid/covid_1038.png', 'covid/covid_1034.png', 'covid/cd.png', 'covid/covid_1021.png', 'covid/covid_1027.png', 'covid/covid_1042.png', 'covid/covid_1031.png'],
|
17 |
-
['non_covid/nc.png', 'non_covid/non_COVID (10606).png', 'non_covid/non_COVID (10607).png', 'non_covid/non_COVID (10608).png', 'non_covid/non_COVID (10609).png', 'non_covid/non_COVID (10610).png']]
|
18 |
article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu' target='_blank'>COVID-QU-Ex Dataset</a></p>"
|
19 |
interpretation='default'
|
20 |
enable_queue=True
|
|
|
12 |
|
13 |
title = "Detect COVID_19 Infection Xray Chest Images"
|
14 |
description = "A covid19 infection classifier trained on the anasmohammedtahir/covidqu dataset with efficientnetb0 base model. Created demo using Gradio and HuggingFace Spaces."
|
15 |
+
examples = ['/covid']
|
|
|
|
|
16 |
article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu' target='_blank'>COVID-QU-Ex Dataset</a></p>"
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|