Spaces:
Running on T4
Running on T4
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -39,7 +39,10 @@ gradio
|
|
| 39 |
huggingface_hub
|
| 40 |
fastapi
|
| 41 |
uvicorn
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
| 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
|