Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -308,9 +308,9 @@ with gr.Blocks() as demo:
|
|
308 |
segment_button.click(
|
309 |
segment_image,
|
310 |
inputs=input1,
|
311 |
-
examples=examples,
|
312 |
outputs=[output1, output2, output3],
|
313 |
-
title="Breast Cancer Semantic Segmentation"
|
314 |
)
|
315 |
|
316 |
# Superimpose Section
|
|
|
308 |
segment_button.click(
|
309 |
segment_image,
|
310 |
inputs=input1,
|
311 |
+
# examples=examples,
|
312 |
outputs=[output1, output2, output3],
|
313 |
+
# title="Breast Cancer Semantic Segmentation"
|
314 |
)
|
315 |
|
316 |
# Superimpose Section
|