koajoel commited on
Commit
0353d0c
1 Parent(s): f02292f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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