Spaces:
Sleeping
Sleeping
zhuangyueqing commited on
Commit ·
6b8c84c
1
Parent(s): dec5620
add requirements
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
requests>=2.31.0
|
| 3 |
+
Pillow>=10.0.0
|
| 4 |
+
librosa>=0.10.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
soundfile>=0.12.1
|
| 7 |
+
python-multipart>=0.0.6
|
| 8 |
+
aiohttp>=3.8.0
|
| 9 |
+
websockets>=11.0.3
|