Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
|
|
|
| 3 |
pydantic
|
| 4 |
-
|
| 5 |
-
huggingface-hub
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
llama-cpp-python
|
| 4 |
pydantic
|
| 5 |
+
huggingface_hub
|
|
|