Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
05ae3c2
1
Parent(s):
4a1ed7b
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def predict_image(get_image):
|
|
11 |
return dict(zip(categories, map(float, probs)))
|
12 |
|
13 |
title = "Detect COVID_19 Infection Xray Chest Images"
|
14 |
-
description = "A covid19 infection classifier trained on the anasmohammedtahir/covidqu dataset with
|
15 |
examples = ['covid_1038.png']
|
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'
|
|
|
11 |
return dict(zip(categories, map(float, probs)))
|
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_1038.png']
|
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'
|