Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
python-multipart
|
| 4 |
-
|
| 5 |
torch==2.7.1
|
| 6 |
torchvision==0.22.1
|
|
|
|
| 7 |
numpy==2.2.6
|
| 8 |
opencv-python==4.12.0.88
|
| 9 |
|
|
|
|
|
|
|
| 10 |
huggingface-hub
|
| 11 |
|
| 12 |
basicsr==1.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|