-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I get an error at this step:
8. In docker container, run python infer-web.py
Logs:
/rvc# python infer-web.py
Use Language: en_US
Use Language: en_US
Traceback (most recent call last):
File "infer-web.py", line 1789, in <module>
app.queue(concurrency_count=511, max_size=1022).launch(
File "/usr/local/lib/python3.8/dist-packages/gradio/blocks.py", line 2082, 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().
Metadata
Metadata
Assignees
Labels
No labels