Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def predict(img):
|
|
14 |
|
15 |
|
16 |
title = "Breast cancer detection with Deep Transfer Learning(ResNet18)."
|
17 |
-
description = "<p style='text-align: center
|
18 |
article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
|
19 |
examples = ['img1.jpeg', 'img2.jpeg']
|
20 |
enable_queue=True
|
|
|
14 |
|
15 |
|
16 |
title = "Breast cancer detection with Deep Transfer Learning(ResNet18)."
|
17 |
+
description = "<p style='text-align: center<p>"
|
18 |
article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
|
19 |
examples = ['img1.jpeg', 'img2.jpeg']
|
20 |
enable_queue=True
|