Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
+
torch>=2.0
|
| 4 |
+
torchaudio>=2.0
|
| 5 |
+
datasets>=2.18.0
|
| 6 |
+
scikit-learn>=1.3
|
| 7 |
+
numpy
|
| 8 |
+
pandas
|
| 9 |
+
soundfile
|