licorne2lc commited on
Commit
2121595
·
1 Parent(s): c1627c2

Fix: remove gunicorn for Hugging Face compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  fastapi
2
- uvicorn[standard]
3
- gunicorn
4
  pydantic
5
  pandas
6
  numpy
7
  scikit-learn==1.0.2
8
  joblib==1.2.0
 
 
1
  fastapi
2
+ uvicorn
 
3
  pydantic
4
  pandas
5
  numpy
6
  scikit-learn==1.0.2
7
  joblib==1.2.0
8
+