Spaces:
Runtime error
Runtime error
Update environment.yml
Browse files- environment.yml +15 -15
environment.yml
CHANGED
|
@@ -4,20 +4,20 @@ channels:
|
|
| 4 |
- nvidia
|
| 5 |
dependencies:
|
| 6 |
- python=3.9
|
| 7 |
-
- pytorch-cuda=11.8
|
| 8 |
-
- pytorch
|
| 9 |
-
- numpy
|
| 10 |
- pip
|
| 11 |
- pip:
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- nvidia
|
| 5 |
dependencies:
|
| 6 |
- python=3.9
|
|
|
|
|
|
|
|
|
|
| 7 |
- pip
|
| 8 |
- pip:
|
| 9 |
+
- vosk==0.3.44
|
| 10 |
+
- opencv-python-headless==4.7.0.72
|
| 11 |
+
- pydub==0.25.1
|
| 12 |
+
- streamlit_webrtc==0.45.0
|
| 13 |
+
- twilio==8.2.1
|
| 14 |
+
- python-dotenv==1.0.0
|
| 15 |
+
- watchdog==3.0.0
|
| 16 |
+
- torch==1.13.1
|
| 17 |
+
- numpy==1.24.3
|
| 18 |
+
- open_clip_torch==2.20.0
|
| 19 |
+
- transformers==4.29.2
|
| 20 |
+
- openai==0.27.7
|
| 21 |
+
- elevenlabs==0.2.18
|
| 22 |
+
- pydantic==1.10.9
|
| 23 |
+
- ray==2.5.0
|