BartPoint commited on
Commit
a0f9de4
1 Parent(s): 547efc8

Update app_multi.py

Browse files
Files changed (1) hide show
  1. app_multi.py +1 -5
app_multi.py CHANGED
@@ -482,8 +482,4 @@ app.queue(
482
  concurrency_count=1,
483
  max_size=20,
484
  api_open=args.api
485
- ).launch(
486
- server_name=args.bind,
487
- server_port=args.port,
488
- share=args.share
489
- )
 
482
  concurrency_count=1,
483
  max_size=20,
484
  api_open=args.api
485
+ ).launch()