Spaces:
Running on Zero
Running on Zero
Maxwell commited on
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--prefer-binary
|
| 2 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
llama-cpp-python
|
| 4 |
-
gradio
|
| 5 |
huggingface_hub
|
| 6 |
fastapi
|
| 7 |
uvicorn[standard]
|
|
|
|
| 1 |
--prefer-binary
|
| 2 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
llama-cpp-python
|
| 4 |
+
gradio>=5,<6
|
| 5 |
huggingface_hub
|
| 6 |
fastapi
|
| 7 |
uvicorn[standard]
|