Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
| 2 |
-
torch
|
| 3 |
-
Pillow
|
| 4 |
-
flask
|
|
|
|
| 1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
| 2 |
+
torch==2.0.1
|
| 3 |
+
Pillow==9.5.0
|
| 4 |
+
flask==2.3.2
|