jojojaeger / whisper-streamlit

this master thesis project is based on OpenAI Whisper with the goal to transcibe interviews
https://openai.com/research/whisper
Other
41 stars 16 forks source link

In Requirements.txt Streamlit must be set to streamlit==1.22.0 to avoid error #2

Closed menelic closed 1 year ago

menelic commented 1 year ago

I had to set streamlit to streamlit==1.22.0 to avid a ModuleNotFoundError: No module named ‘altair.vegalite.v4 error. Once this change is made, whisper-streamlit installs.

jojojaeger commented 1 year ago

thanks i will update that!

menelic commented 1 year ago

I submitted #5 for that