ShilongLiu commited on
Commit
27486e3
1 Parent(s): d40ec4d

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,5 +115,5 @@ if __name__ == "__main__":
115
  run_button.click(fn=run_grounding, inputs=[
116
  input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
117
 
118
- block.launch(server_name='0.0.0.0', server_port=7579, debug=args.debug, share=args.share)
119
 
 
115
  run_button.click(fn=run_grounding, inputs=[
116
  input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
117
 
118
+ block.launch(share=False, show_api=False, show_error=True)
119