Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==2.3.3
|
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
|