Spaces:
Running on T4
Running on T4
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -15,8 +15,8 @@ httpx
|
|
| 15 |
gdown
|
| 16 |
opencv-python
|
| 17 |
|
| 18 |
-
# Torch (compatible with Python 3.
|
| 19 |
-
# CodeFormer requires PyTorch >= 1.7.1,
|
| 20 |
torch>=2.0.0
|
| 21 |
torchvision>=0.15.0
|
| 22 |
|
|
@@ -37,7 +37,6 @@ gradio
|
|
| 37 |
huggingface_hub
|
| 38 |
fastapi
|
| 39 |
uvicorn
|
| 40 |
-
motor
|
| 41 |
boto3
|
| 42 |
# Optional but included in CodeFormer repo
|
| 43 |
tb-nightly
|
|
|
|
| 15 |
gdown
|
| 16 |
opencv-python
|
| 17 |
|
| 18 |
+
# Torch (compatible with Python 3.11)
|
| 19 |
+
# CodeFormer requires PyTorch >= 1.7.1, using 2.0+ for modern Python compatibility
|
| 20 |
torch>=2.0.0
|
| 21 |
torchvision>=0.15.0
|
| 22 |
|
|
|
|
| 37 |
huggingface_hub
|
| 38 |
fastapi
|
| 39 |
uvicorn
|
|
|
|
| 40 |
boto3
|
| 41 |
# Optional but included in CodeFormer repo
|
| 42 |
tb-nightly
|