Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.25.0
|
2 |
+
bitsandbytes==0.41.1
|
3 |
+
gradio
|
4 |
+
protobuf==3.20.3
|
5 |
+
scipy==1.11.2
|
6 |
+
sentencepiece==0.1.99
|
7 |
+
spaces==0.20.0
|
8 |
+
torch==2.0.0
|
9 |
+
transformers
|
10 |
+
spaces
|
11 |
+
git+https://github.com/openai/whisper.git
|
12 |
+
soundfile
|
13 |
+
numpy
|
14 |
+
pandas
|