Spaces:
Running
Running
update requirement
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,4 +5,7 @@ huggingface_hub
|
|
5 |
llama-cpp-python==0.3.2
|
6 |
opencv-python
|
7 |
fastapi
|
8 |
-
uvicorn[standard]
|
|
|
|
|
|
|
|
5 |
llama-cpp-python==0.3.2
|
6 |
opencv-python
|
7 |
fastapi
|
8 |
+
uvicorn[standard]
|
9 |
+
llama-cpp-python[server]>=0.3.9
|
10 |
+
streamlit
|
11 |
+
Pillow
|