Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -276,9 +276,9 @@ cond_img_b = gr.Image(label="Input with box", type="pil",tool='sketch')
|
|
276 |
# cond_img_b = gr.Image(label="Input with box", type="pil")
|
277 |
img_p = gr.Image(label="Input with points P", type='pil')
|
278 |
|
279 |
-
segm_img_p = gr.Image(label="
|
280 |
-
segm_img_t = gr.Image(label="
|
281 |
-
segm_img_b = gr.Image(label="
|
282 |
|
283 |
global_points = []
|
284 |
global_point_label = []
|
|
|
276 |
# cond_img_b = gr.Image(label="Input with box", type="pil")
|
277 |
img_p = gr.Image(label="Input with points P", type='pil')
|
278 |
|
279 |
+
segm_img_p = gr.Image(label="Recognize Image with points", interactive=False, type='pil')
|
280 |
+
segm_img_t = gr.Image(label="Recognize Image with text", interactive=False, type='pil')
|
281 |
+
segm_img_b = gr.Image(label="Recognize Image with box", interactive=False, type='pil')
|
282 |
|
283 |
global_points = []
|
284 |
global_point_label = []
|