Skip to content

DeprecationWarning: fail on running infer-web.py step #2

@Overseven

Description

@Overseven

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions