Spaces:
Runtime error
submit gradio demo to blocks event
Hi, great gradio demo, would you be interested in submitting a version of this demo to the gradio blocks event this month: https://huggingface.co/Gradio-Blocks, join the organization link: https://huggingface.co/organizations/Gradio-Blocks/share/YyEmWbViPRZypvGSnZzGxmKEnJqnOqgKKx, thanks!
Hi, thanks for the suggestion. I could submit it, but unfortunately my app is not working properly right now as mentioned in https://discord.com/channels/879548962464493619/934102665628094544/972654345533403146
Somehow Sox can't convert the sound file. It worked in the previous Gradio version but doesn't work on current gradio version.
Thanks if you could check it.
I found out that the newer gradio saves the wav file in webm format which sox can't read anymore. Therefore I replaced sox with librosa to read the wav file and resample it, and it works. again now