Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
streamlit
|
2 |
openai
|
3 |
-
git+https://github.com/openai/whisper.git
|
4 |
pydub
|
5 |
python-dotenv
|
6 |
python-docx
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
openai
|
|
|
3 |
pydub
|
4 |
python-dotenv
|
5 |
python-docx
|
6 |
+
librosa
|
7 |
+
torch
|
8 |
+
transformers
|