Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# requirements.txt
|
| 2 |
-
# Core ML Libraries
|
| 3 |
-
torch
|
| 4 |
-
torchvision
|
| 5 |
numpy
|
| 6 |
Pillow
|
| 7 |
# Real-ESRGAN Model Library
|
|
@@ -10,4 +10,4 @@ realesrgan
|
|
| 10 |
gradio
|
| 11 |
fastapi
|
| 12 |
uvicorn[standard]
|
| 13 |
-
python-multipart
|
|
|
|
| 1 |
# requirements.txt
|
| 2 |
+
# Core ML Libraries - Stable version for basicsr compatibility
|
| 3 |
+
torch==1.13.1
|
| 4 |
+
torchvision==0.14.1
|
| 5 |
numpy
|
| 6 |
Pillow
|
| 7 |
# Real-ESRGAN Model Library
|
|
|
|
| 10 |
gradio
|
| 11 |
fastapi
|
| 12 |
uvicorn[standard]
|
| 13 |
+
python-multipart
|