added gunicorn in requirements.txt
This commit is contained in:
parent
738ff3fe95
commit
e213d0765b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
myvenv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
@ -7,4 +7,5 @@ torch==2.6.0
|
||||
transformers==4.49.0
|
||||
uuid_utils==0.10.0
|
||||
Werkzeug==3.1.3
|
||||
gunicorn==23.0.0
|
||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||
Loading…
Reference in New Issue
Block a user