jiang commited on
Commit
16d7835
1 Parent(s): 38b7023
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "tex
43
  title=title, description=description, article=article, examples=examples,
44
  allow_flagging=False, allow_screenshot=False)
45
  # io.launch(cache_examples=True)
46
- io.launch(share=True)
47
 
 
43
  title=title, description=description, article=article, examples=examples,
44
  allow_flagging=False, allow_screenshot=False)
45
  # io.launch(cache_examples=True)
46
+ io.launch()
47