Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -13,8 +13,8 @@ opencv-python==4.8.1.78
|
|
13 |
Pillow==10.3.0
|
14 |
realesrgan==0.3.0 # Custom package for image upscaling
|
15 |
requests==2.32.3
|
16 |
-
torch==2.
|
17 |
-
torchvision==0.
|
18 |
transformers==4.44.2
|
19 |
ultralytics==8.2.42
|
20 |
wikipedia==1.4.0
|
|
|
13 |
Pillow==10.3.0
|
14 |
realesrgan==0.3.0 # Custom package for image upscaling
|
15 |
requests==2.32.3
|
16 |
+
torch==2.0.0
|
17 |
+
torchvision==0.15.0
|
18 |
transformers==4.44.2
|
19 |
ultralytics==8.2.42
|
20 |
wikipedia==1.4.0
|