OS error


This is the error I got it while deploying it in streamlit sharing,the github reference link is attached below

and screenshot of my github


Please can anyone help as much fast as you can
Thanks In advance

Hi @Jaiharish-passion07 -

The error is telling you that the file doesn’t exist where the Python code is expecting it to. This can happen when you have .../ to represent file paths. Using pathlib to specify the path often can solve these types of errors, or you can be more precise about where this model is being stored.

Best,
Randy

Yeah thankyou for your solutions,Is there a way to use python speech recognition library in streamlit server side asking user audio input?
If there let me know it…
Thanks in advance