wcy1122 commited on
Commit
162e6d1
·
1 Parent(s): 782701b

update demo launch

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -224,13 +224,7 @@ def _launch_demo(vlm_model, processor, pipe):
224
  outputs=output_image
225
  )
226
 
227
- demo.queue(default_concurrency_limit=100, max_size=100).launch(max_threads=100,
228
- share=True,
229
- show_error=True,
230
- ssl_certfile=None,
231
- ssl_keyfile=None,
232
- ssl_verify=False,
233
- inbrowser=args.inbrowser)
234
 
235
 
236
  if __name__ == "__main__":
 
224
  outputs=output_image
225
  )
226
 
227
+ demo.launch()
 
 
 
 
 
 
228
 
229
 
230
  if __name__ == "__main__":