Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
llama-cpp-python
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
pydantic
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
llama-cpp-python
|
| 4 |
+
gradio
|
| 5 |
+
huggingface_hub
|
| 6 |
+
llama-cpp-python==0.2.90 --prefer-binary
|
| 7 |
pydantic
|