Spaces:
Running
on
Zero
Running
on
Zero
Faild to get data via Bash API /basic_tts
#59
by
binglu895
- opened
This means there was an error in your data arguments. Please check that you passed valid reference audio, settings, etc.
Specifically, you are missing some of the following parameters:
remove_silence, cross_fade_duration_slider, nfe_slider, speed_slider
mrfakename
changed discussion status to
closed
You should not pass an array of dictionaries, you should just pass a list.
Actually, it looks like inference may not be supported by the bash API. Please use the Python API client library instead
Sorry about that, do you have the latest version of the gradio-client library installed?
Try upgrading to the latest version. I tested it and it works for me on the latest version.