jiang commited on
Commit
abff39d
·
1 Parent(s): cc9947f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ examples = [['demo/bear.jpeg', 'a bear astronaut in the space'],
44
  io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "textbox"],
45
  outputs=[gr.outputs.Image(label="output", type='numpy'), gr.outputs.Image(label="predicted mask", type='numpy')],
46
  title=title, description=description, examples=examples,
47
- allow_flagging=False, allow_screenshot=False)
48
  io.launch()
49
 
 
44
  io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "textbox"],
45
  outputs=[gr.outputs.Image(label="output", type='numpy'), gr.outputs.Image(label="predicted mask", type='numpy')],
46
  title=title, description=description, examples=examples,
47
+ allow_flagging=False, allow_screenshot=False, cache_examples=False)
48
  io.launch()
49