Spaces:
Sleeping
Sleeping
Commit
·
fcbf149
1
Parent(s):
4b810e5
Added dependencies
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
audiocraft==1.3.0
|
2 |
+
fastapi==0.111.0
|
3 |
+
numpy==1.26.4
|
4 |
+
pydantic==2.7.3
|
5 |
+
Requests==2.32.3
|
6 |
+
scipy==1.13.1
|
7 |
+
torch==2.1.0
|
8 |
+
uvicorn==0.30.1
|