Hello all,
I am new to streamlit. I have tried to deploy my speech recognition app. After deployment I am running on this error when I click on the link
I have tried figuring out what was causing the issues by trying to edit with Codespaces. I found that it is because of ffmpeg as you can see in the image below
So in the Codespaces, I tried installing it with sudo apt-get install ffmpeg. It works on the Codespaces. I no longer had the error. So I tried updating my .devcontainer json file by adding "postCreateCommand": "sudo apt update && sudo apt install -y ffmpeg" and rebooting the app but when cliciking on the link, I’m still getting the error.
I also tried adding ffmpeg on my requirements.txt but I am still facing the same issues
Can someone help on this topic please ?


