Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
gradio
|
| 4 |
-
livekit-server-sdk
|
| 5 |
-
huggingface_hub
|
| 6 |
onnxruntime
|
| 7 |
-
python
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
gradio
|
|
|
|
|
|
|
| 4 |
onnxruntime
|
| 5 |
+
opencv-python
|
| 6 |
+
git+https://github.com/livekit/server-sdk-python.git
|