Update app.py
Browse files
app.py
CHANGED
@@ -73,11 +73,6 @@ if __name__ == "__main__":
|
|
73 |
inputs="image",
|
74 |
outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
|
75 |
examples=[["benign(10).png"], ["benign(109).png"]],
|
76 |
-
title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation
|
77 |
-
|
78 |
-
Check out this exciting development in the field of breast cancer diagnosis and treatment!
|
79 |
-
A demo of Breast Cancer Ultrasound Image Segmentation has been developed.
|
80 |
-
Upload image file, or try out one of the examples below! 🙌
|
81 |
-
(ผลงานชิ้นนี้เป็นของ นาวสาวสุวีรยา เนินทราย เท่านั้น หากมีผู้อื่นนำไปคัดลอกผลงานต่อ ถือเป็นความผิด)
|
82 |
-
"""
|
83 |
).launch(debug=True)
|
|
|
73 |
inputs="image",
|
74 |
outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
|
75 |
examples=[["benign(10).png"], ["benign(109).png"]],
|
76 |
+
title = '<h1 style="text-align: center;">Enhancing Breast Cancer Ultrasound Image Segmentation for Improved Diagnosis</h1>',
|
77 |
+
|
|
|
|
|
|
|
|
|
|
|
78 |
).launch(debug=True)
|