We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef00b0 commit 1066cbdCopy full SHA for 1066cbd
examples/gradio_webserver.py
@@ -47,6 +47,6 @@ def build_demo():
47
args = parser.parse_args()
48
49
demo = build_demo()
50
- demo.queue(concurrency_count=100).launch(server_name=args.host,
51
- server_port=args.port,
52
- share=True)
+ demo.queue().launch(server_name=args.host,
+ server_port=args.port,
+ share=True)
0 commit comments