GPT-SoVITS
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().
解决MAC运行报错的问题。
Traceback (most recent call last):
File "/Users/wangxiaowei19/Study/GPT/GPT-SoVITS/webui.py", line 872, in max_threads in launch().
这是你gradio版本问题吧
你这标题未免太长了,而且问题定位如楼上所言,可见 #527
如果希望支持,可以判断gradio版本决定是否加参数,可以另外提pr。
已升级