Anthony-Ml commited on
Commit
8be3631
1 Parent(s): d4cd400

Update app.py

Browse files

Added new image

Files changed (1) hide show
  1. app.py +1 -1
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/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>"
 
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>"