Spaces:
Runtime error
Runtime error
Commit
·
0ae1231
1
Parent(s):
97747cc
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
openai
|
5 |
+
tiktoken
|
6 |
+
ffmpeg
|
7 |
+
git+https://github.com/openai/whisper.git
|
8 |
+
git+https://github.com/spatialaudio/python-sounddevice/
|
9 |
+
wavio
|
10 |
+
datetime
|