Unverified Commit 1066cbd1 authored by Ronen Schaffer's avatar Ronen Schaffer Committed by GitHub
Browse files

Remove deprecated parameter: concurrency_count (#2315)

parent 6ef00b03
...@@ -47,6 +47,6 @@ if __name__ == "__main__": ...@@ -47,6 +47,6 @@ if __name__ == "__main__":
args = parser.parse_args() args = parser.parse_args()
demo = build_demo() demo = build_demo()
demo.queue(concurrency_count=100).launch(server_name=args.host, demo.queue().launch(server_name=args.host,
server_port=args.port, server_port=args.port,
share=True) share=True)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment