Spaces:
Runtime error
Runtime error
add cv2
Browse files- packages.txt +1 -0
- requirements.txt +2 -1
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python3-opencv
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio>=3.0
|
| 2 |
requests
|
| 3 |
huggingface_hub
|
| 4 |
-
llama-cpp-python
|
|
|
|
|
|
| 1 |
gradio>=3.0
|
| 2 |
requests
|
| 3 |
huggingface_hub
|
| 4 |
+
llama-cpp-python
|
| 5 |
+
opencv-python
|