diego2554 commited on
Commit
8f57daf
1 Parent(s): bab06f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -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,
@@ -83,3 +83,4 @@ iface = gr.Interface(
83
  )
84
 
85
  iface.launch(share=True)
 
 
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,
 
83
  )
84
 
85
  iface.launch(share=True)
86
+