Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
huggingface_hub==0.23.2
|
| 2 |
llama-cpp-python==0.2.74
|
| 3 |
gradio==4.44.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.23.2
|
| 2 |
llama-cpp-python==0.2.74
|
| 3 |
gradio==4.44.0
|
| 4 |
+
fastapi
|
| 5 |
+
uvicorn
|
| 6 |
+
pydantic
|