Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
|
|
64 |
title = 'WomanLife: Deep Learning for the detection of breast cancer',
|
65 |
description = 'Breast cancer is the most common type of cancer in women and is also one of the main causes of death according to the WHO (WHO, 2020). Early detection is the single most important factor in lowering cancer treatment costs and mortality. https://saturdays.ai/2021/12/31/womanlife-deep-learning-for-the-detection-and-classification-of-breast-cancer-2/',
|
66 |
examples=[["A.png"], ["B.png"], ["C.png"], ["D.png"], ["E.png"], ["F.png"]],
|
67 |
-
theme = '
|
68 |
)
|
69 |
|
70 |
|
|
|
64 |
title = 'WomanLife: Deep Learning for the detection of breast cancer',
|
65 |
description = 'Breast cancer is the most common type of cancer in women and is also one of the main causes of death according to the WHO (WHO, 2020). Early detection is the single most important factor in lowering cancer treatment costs and mortality. https://saturdays.ai/2021/12/31/womanlife-deep-learning-for-the-detection-and-classification-of-breast-cancer-2/',
|
66 |
examples=[["A.png"], ["B.png"], ["C.png"], ["D.png"], ["E.png"], ["F.png"]],
|
67 |
+
theme = 'peach'
|
68 |
)
|
69 |
|
70 |
|