srijaydeshpande commited on
Commit
cf408c4
·
verified ·
1 Parent(s): ce0ca30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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