Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi
|
|
2 |
uvicorn[standard]
|
3 |
llama_cpp_python[server]==0.2.59
|
4 |
huggingface-hub
|
5 |
-
transformers
|
|
|
|
2 |
uvicorn[standard]
|
3 |
llama_cpp_python[server]==0.2.59
|
4 |
huggingface-hub
|
5 |
+
transformers
|
6 |
+
tensorflow
|