Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def predict(img):
|
|
16 |
title = "Lung cancer detection with Deep Transfer Learning(ResNet18)"
|
17 |
description = "<p style='text-align: center'><b>As a radiologist or oncologist, it is crucial to know what is wrong with a lung CT image.<b><br><b>Upload the breast X-ray image to know what is wrong with a patients breast with or without inplant<b><p>"
|
18 |
article="<p style='text-align: center'>Web app is built and managed by Mr.<b></p>"
|
19 |
-
examples = ['
|
20 |
enable_queue=True
|
21 |
#interpretation='default'
|
22 |
|
|
|
16 |
title = "Lung cancer detection with Deep Transfer Learning(ResNet18)"
|
17 |
description = "<p style='text-align: center'><b>As a radiologist or oncologist, it is crucial to know what is wrong with a lung CT image.<b><br><b>Upload the breast X-ray image to know what is wrong with a patients breast with or without inplant<b><p>"
|
18 |
article="<p style='text-align: center'>Web app is built and managed by Mr.<b></p>"
|
19 |
+
examples = ['img 1.png', 'img 2.png']
|
20 |
enable_queue=True
|
21 |
#interpretation='default'
|
22 |
|