Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def inference_mask1(
|
|
| 92 |
|
| 93 |
inputs = [gr.Image(label='query')]
|
| 94 |
for i in range(5):
|
| 95 |
-
inputs.append(gr.ImageMask(label='
|
| 96 |
demo_mask = gr.Interface(fn=inference_mask1,
|
| 97 |
inputs=inputs,
|
| 98 |
outputs=[gr.Image(label="output")],
|
|
|
|
| 92 |
|
| 93 |
inputs = [gr.Image(label='query')]
|
| 94 |
for i in range(5):
|
| 95 |
+
inputs.append(gr.ImageMask(label='support {}'.format(i)))
|
| 96 |
demo_mask = gr.Interface(fn=inference_mask1,
|
| 97 |
inputs=inputs,
|
| 98 |
outputs=[gr.Image(label="output")],
|