Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
gradio
|
4 |
-
|
5 |
-
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
gradio
|
4 |
+
requests
|
5 |
+
llama-cpp # This is hypothetical; adjust according to the actual LLaMA library you use
|