Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
fastrtc[
|
2 |
-
|
|
|
3 |
gradio
|
4 |
python-dotenv
|
5 |
-
|
|
|
|
|
6 |
requests
|
7 |
soundfile
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
huggingface_hub
|
12 |
-
deepseek
|
13 |
-
fastapi
|
14 |
-
uvicorn
|
|
|
1 |
+
fastrtc[stopword]
|
2 |
+
twilio
|
3 |
+
elevenlabs
|
4 |
gradio
|
5 |
python-dotenv
|
6 |
+
fastapi
|
7 |
+
uvicorn
|
8 |
+
numpy
|
9 |
requests
|
10 |
soundfile
|
11 |
+
pydub
|
12 |
+
aiofiles
|
13 |
+
python-multipart
|
|
|
|
|
|
|
|