Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
76 |
-
gr.outputs.Image(type="plot", label="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 |
+
|