Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ examples = [['demo/vases.jpg', 'the blue vase on the left'],
|
|
47 |
io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "textbox"],
|
48 |
outputs=[gr.outputs.Image(label="output", type='numpy'), gr.outputs.Image(label="predicted mask", type='numpy')],
|
49 |
title=title, description=description, examples=examples,
|
50 |
-
allow_flagging=False, allow_screenshot=False, cache_examples=
|
51 |
io.launch()
|
52 |
|
|
|
47 |
io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "textbox"],
|
48 |
outputs=[gr.outputs.Image(label="output", type='numpy'), gr.outputs.Image(label="predicted mask", type='numpy')],
|
49 |
title=title, description=description, examples=examples,
|
50 |
+
allow_flagging=False, allow_screenshot=False, cache_examples=False)
|
51 |
io.launch()
|
52 |
|