Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -13,4 +13,6 @@ fastapi==0.74.*
|
|
13 |
uvicorn[standard]==0.17.*
|
14 |
python-multipart
|
15 |
transformers>=4.38
|
16 |
-
gradio_client
|
|
|
|
|
|
13 |
uvicorn[standard]==0.17.*
|
14 |
python-multipart
|
15 |
transformers>=4.38
|
16 |
+
gradio_client
|
17 |
+
llama-cpp-python
|
18 |
+
huggingface-hub
|