Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
|
@@ -1 +1,11 @@
|
|
| 1 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
basicsr==1.4.2
|
| 3 |
+
filetype==1.2.0
|
| 4 |
+
gradio==3.50.2
|
| 5 |
+
numpy==1.26.2
|
| 6 |
+
onnx==1.15.0
|
| 7 |
+
onnxruntime-gpu==1.16.3
|
| 8 |
+
opencv-python==4.8.1.78
|
| 9 |
+
psutil==5.9.6
|
| 10 |
+
realesrgan==0.3.0
|
| 11 |
+
tqdm==4.66.1
|