fix errors
#7
by
hysts
HF staff
- opened
- Remove
concurrency_count=3
. When generating multiple audios at the same time withconcurrency_count > 1
, the first result will be corrupted. - Use
gradio==3.36.1
,gradio_client==0.2.7
, andpydantic<2
to avoid the error due to the old version of gradio.- The custom CSS used in this Space works fine with this version.
- Set
max_size=20
so that the queue doesn't get infinitely long.
hysts
changed pull request status to
open
haoheliu
changed pull request status to
merged