Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
openai
|
3 |
+
asyncio
|
4 |
+
websockets
|
5 |
+
python-dotenv
|
6 |
+
numpy
|
7 |
+
soundfile
|
8 |
+
pydub
|
9 |
+
uuid
|