Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
|
2 |
-
#transformers==4.31.0
|
3 |
-
torch==2.0.1 # Necessary for the transformers library to work
|
4 |
-
soundfile==0.12.1 # Required for handling audio files
|
5 |
pip install pydub
|
6 |
pip install transformers
|
7 |
pip install flask
|
|
|
1 |
+
|
|
|
|
|
|
|
2 |
pip install pydub
|
3 |
pip install transformers
|
4 |
pip install flask
|