kamp0010 commited on
Commit
2e4865a
·
verified ·
1 Parent(s): 5a4aea1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- streamlit>=1.35.0
 
 
2
  transformers>=4.46.0
3
  torch>=2.2.0
4
  numpy>=1.26.0
5
  sentencepiece
6
  huggingface_hub
7
- sentence_transformers
 
1
+ fastapi>=0.111.0
2
+ uvicorn[standard]>=0.29.0
3
+ python-multipart>=0.0.9
4
  transformers>=4.46.0
5
  torch>=2.2.0
6
  numpy>=1.26.0
7
  sentencepiece
8
  huggingface_hub
9
+ pydantic>=2.0