Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchaudio==2.0.2
|
3 |
+
audio-recorder-streamlit
|
4 |
+
transformers==4.38.2
|
5 |
+
peft==0.9.0
|
6 |
+
pytorch-lightning==1.9.4
|
7 |
+
matplotlib==3.7.1
|
8 |
+
openai-whisper
|