Spaces:
Sleeping
Sleeping
Create requriements.txt
Browse files- requriements.txt +16 -0
requriements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=4.31.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
|
| 4 |
+
diffusers>=0.17.0
|
| 5 |
+
openai-whisper
|
| 6 |
+
pip install --upgrade pip
|
| 7 |
+
pip install --force-reinstall librosa>=0.10.2.post1
|
| 8 |
+
|
| 9 |
+
librosa>=0.10.2.post1
|
| 10 |
+
gradio >= 3.35.2
|
| 11 |
+
huggingface_hub >= 0.16.4
|
| 12 |
+
|
| 13 |
+
accelerate >= 0.20.1
|
| 14 |
+
scipy
|
| 15 |
+
numpy==2.1.3
|
| 16 |
+
pandas
|