Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
numpy<2.0.0
|
|
|
|
|
|
|
|
|
|
| 2 |
git+https://github.com/Stability-AI/stable-audio-tools.git
|
| 3 |
fastapi
|
| 4 |
uvicorn
|
|
|
|
| 1 |
numpy<2.0.0
|
| 2 |
+
pytorch-lightning
|
| 3 |
+
transformers
|
| 4 |
+
scipy
|
| 5 |
git+https://github.com/Stability-AI/stable-audio-tools.git
|
| 6 |
fastapi
|
| 7 |
uvicorn
|