Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AudioToText.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
" NO_ROOT_WARNING = '|& grep -v \\\"WARNING: Running pip as the \\'root\\' user\"' # running in Colab\n",
"\n",
" !pip install --no-warn-script-location --user --upgrade pip {NO_ROOT_WARNING}\n",
" !pip install --root-user-action=ignore git+https://github.com/openai/whisper.git@v20231117 openai==1.9.0 numpy scipy deepl pydub cohere ffmpeg-python torch==2.1.0 tensorflow-probability==0.23.0 typing-extensions==4.9.0"
" !pip install --root-user-action=ignore git+https://github.com/openai/whisper.git@v20231117 openai numpy scipy deepl pydub cohere ffmpeg-python torch tensorflow-probability typing-extensions"
]
},
{
Expand Down