Deprecationarning: concurency count has ben deprecated. Set the concurrency limit directly on event listeners e.g. btn.click(fn, ....concurrency_lim0 it=10) or gr.Interface(concurrency limit=10). If necessary, the total number of workers can be configured via max threads'in launch().
报错原因
gradio版本不对
按照requirement.text 下载正确版本的gradio即可