LogicGoInfotechSpaces commited on
Commit
2b071e8
·
verified ·
1 Parent(s): 5b70d76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -39,7 +39,10 @@ gradio
39
  huggingface_hub
40
  fastapi
41
  uvicorn
42
- boto3
 
 
 
43
  # Optional but included in CodeFormer repo
44
  # tb-nightly removed: causes slow pandas build from source on Python 3.13
45
  # If needed, install separately: pip install tb-nightly
 
39
  huggingface_hub
40
  fastapi
41
  uvicorn
42
+
43
+ # Production server
44
+ gunicorn
45
+
46
  # Optional but included in CodeFormer repo
47
  # tb-nightly removed: causes slow pandas build from source on Python 3.13
48
  # If needed, install separately: pip install tb-nightly