Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
python-multipart>=0.0.6
|
9 |
git+https://github.com/awsaf49/sonics.git
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
streamlit>=1.28.0
|
4 |
+
torch>=2.0.0
|
5 |
+
librosa>=0.9.0
|
6 |
+
requests>=2.25.0
|
7 |
+
pydantic>=2.0.0
|
|
|
8 |
git+https://github.com/awsaf49/sonics.git
|