Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
gradio
|
2 |
openai
|
|
|
3 |
numpy
|
4 |
|
5 |
# Audio processing
|
6 |
pyaudio
|
7 |
-
|
8 |
|
9 |
-
#
|
10 |
-
|
|
|
11 |
|
12 |
-
#
|
13 |
-
|
14 |
|
15 |
-
#
|
16 |
-
|
|
|
1 |
gradio
|
2 |
openai
|
3 |
+
websocket-client
|
4 |
numpy
|
5 |
|
6 |
# Audio processing
|
7 |
pyaudio
|
8 |
+
pydub
|
9 |
|
10 |
+
# Additional audio support (optional but recommended)
|
11 |
+
soundfile
|
12 |
+
librosa
|
13 |
|
14 |
+
# Async support for websocket
|
15 |
+
websockets
|
16 |
|
17 |
+
# Environment and utilities
|
18 |
+
python-dotenv
|