Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
8be3631
1
Parent(s):
d4cd400
Update app.py
Browse filesAdded new image
app.py
CHANGED
@@ -14,7 +14,7 @@ def predict_image(get_image):
|
|
14 |
title = "COVID_19 Infection Detectation App!"
|
15 |
head = (
|
16 |
"<center>"
|
17 |
-
"<img src='covid/
|
18 |
"This Space demonstrates model based on efficientnet base model. I has been trained to classify chest xray image."
|
19 |
"</center>"
|
20 |
"<div>"
|
|
|
14 |
title = "COVID_19 Infection Detectation App!"
|
15 |
head = (
|
16 |
"<center>"
|
17 |
+
"<img src='covid/Xray_Image_SuperImposed_Gradcam.png' width=400>"
|
18 |
"This Space demonstrates model based on efficientnet base model. I has been trained to classify chest xray image."
|
19 |
"</center>"
|
20 |
"<div>"
|