CUDA28 commited on
Commit
3848ac7
·
1 Parent(s): 556c1d7

Fix: add Flask to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- sentence-transformers
2
- faiss-cpu
3
  python-dotenv
 
4
  transformers
 
5
  torch
6
- gunicorn
 
1
+ flask
2
+ gunicorn
3
  python-dotenv
4
+ sentence-transformers
5
  transformers
6
+ faiss-cpu
7
  torch