Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
fastapi
|
|
|
|
|
|
|
| 2 |
uvicorn
|
| 3 |
gradio
|
| 4 |
-
llama-cpp-python
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
--extra-index-url https://github.io
|
| 3 |
+
llama-cpp-python
|
| 4 |
uvicorn
|
| 5 |
gradio
|
|
|