koajoel commited on
Commit
45c4016
1 Parent(s): 05ab3ae
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -2
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -45,6 +45,5 @@ io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "tex
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(cache_examples=True)
49
- # io.launch()
50
 
 
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