Update app.py
Browse files
app.py
CHANGED
@@ -98,10 +98,10 @@ with gr.Blocks() as demo:
|
|
98 |
input_image,
|
99 |
input_prompt,
|
100 |
input_slider_T,
|
101 |
-
input_slider_A
|
102 |
-
draw_rectangles,
|
103 |
],
|
104 |
-
outputs=[
|
|
|
105 |
)
|
106 |
|
107 |
gr.Examples(
|
|
|
98 |
input_image,
|
99 |
input_prompt,
|
100 |
input_slider_T,
|
101 |
+
input_slider_A
|
|
|
102 |
],
|
103 |
+
outputs=[output_mask],
|
104 |
+
api_name="masking"
|
105 |
)
|
106 |
|
107 |
gr.Examples(
|