Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -9
requirements.txt
CHANGED
|
@@ -1,18 +1,12 @@
|
|
| 1 |
torch==2.7.1
|
| 2 |
torchvision==0.22.1
|
| 3 |
-
|
| 4 |
numpy==2.2.6
|
| 5 |
opencv-python==4.12.0.88
|
| 6 |
|
| 7 |
fastapi
|
|
|
|
| 8 |
python-multipart
|
| 9 |
-
huggingface-hub
|
| 10 |
-
|
| 11 |
-
basicsr==1.4.2
|
| 12 |
-
facexlib==0.3.0
|
| 13 |
|
|
|
|
| 14 |
Pillow
|
| 15 |
-
|
| 16 |
-
tqdm
|
| 17 |
-
requests
|
| 18 |
-
pyyaml
|
|
|
|
| 1 |
torch==2.7.1
|
| 2 |
torchvision==0.22.1
|
|
|
|
| 3 |
numpy==2.2.6
|
| 4 |
opencv-python==4.12.0.88
|
| 5 |
|
| 6 |
fastapi
|
| 7 |
+
uvicorn
|
| 8 |
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
+
huggingface-hub
|
| 11 |
Pillow
|
| 12 |
+
requests
|
|
|
|
|
|
|
|
|