diego2554 commited on
Commit
810e24f
1 Parent(s): 5df93e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ iface = gr.Interface(
72
  gr.inputs.Slider(minimum=0.0, maximum=1.0, default=0.5, label="Segmentation Strength"),
73
  ],
74
  [
75
- gr.outputs.Image(type="plot", label="Processed Image", output=show_processed_image),
76
- gr.outputs.Image(type="plot", label="Processed Mask", output=show_processed_mask),
77
  ],
78
  title=title,
79
  description=description,
 
72
  gr.inputs.Slider(minimum=0.0, maximum=1.0, default=0.5, label="Segmentation Strength"),
73
  ],
74
  [
75
+ gr.outputs.Image(type="plot", label="Processed Image"),
76
+ gr.outputs.Image(type="plot", label="Processed Mask"),
77
  ],
78
  title=title,
79
  description=description,