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