GPT-SoVITS icon indicating copy to clipboard operation
GPT-SoVITS copied to clipboard

Traceback (most recent call last): File "/Users/wangxiaowei19/Study/GPT/GPT-SoVITS/webui.py", line 872, in <module> app.queue(concurrency_count=511, max_size=1022).launch( File "/usr/local/lib/python3.9/site-packages/gradio/blocks.py", line 2012, in queue raise DeprecationWarning( DeprecationWarning: concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().

Open ilyaml218 opened this issue 1 year ago • 2 comments
trafficstars

解决MAC运行报错的问题。 Traceback (most recent call last): File "/Users/wangxiaowei19/Study/GPT/GPT-SoVITS/webui.py", line 872, in app.queue(concurrency_count=511, max_size=1022).launch( File "/usr/local/lib/python3.9/site-packages/gradio/blocks.py", line 2012, in queue raise DeprecationWarning( DeprecationWarning: concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via max_threads in launch().

ilyaml218 avatar May 10 '24 06:05 ilyaml218

这是你gradio版本问题吧

XXXXRT666 avatar May 10 '24 09:05 XXXXRT666

你这标题未免太长了,而且问题定位如楼上所言,可见 #527

SapphireLab avatar May 10 '24 10:05 SapphireLab

如果希望支持,可以判断gradio版本决定是否加参数,可以另外提pr。

RVC-Boss avatar May 19 '24 09:05 RVC-Boss

已升级

RVC-Boss avatar Aug 20 '24 15:08 RVC-Boss