Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.41.2
|
| 2 |
+
peft==0.11.1
|
| 3 |
+
librosa==0.10.2
|
| 4 |
+
gradio==5.23.2
|
| 5 |
+
pydantic==2.10.6
|
| 6 |
+
huggingface-hub>=0.19
|
| 7 |
+
torch==2.5.1
|
| 8 |
+
spaces==0.37.0
|
| 9 |
+
numpy==1.26.4
|
| 10 |
+
resampy==0.4.3
|