Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0, <5.0.0
|
| 2 |
+
transformers
|
| 3 |
+
torch>=2.2.0 # Updated to ensure compatibility and address the vulnerability
|
| 4 |
+
accelerate
|
| 5 |
+
datasets
|
| 6 |
+
soundfile
|
| 7 |
+
sentencepiece
|
| 8 |
+
librosa
|