Spaces:
Runtime error
Runtime error
Fixed torch
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,8 +4,8 @@ gradio==3.39.0
|
|
| 4 |
numpy== 1.25.0
|
| 5 |
pillow==9.4.0
|
| 6 |
pytorch-lightning==2.0.6
|
| 7 |
-
pytorch==2.0.1
|
| 8 |
torch_lr_finder==0.2.1
|
|
|
|
| 9 |
torchinfo==1.8.0
|
| 10 |
torchmetrics==0.11.4
|
| 11 |
torchvision==0.15.2
|
|
|
|
| 4 |
numpy== 1.25.0
|
| 5 |
pillow==9.4.0
|
| 6 |
pytorch-lightning==2.0.6
|
|
|
|
| 7 |
torch_lr_finder==0.2.1
|
| 8 |
+
torch==2.0.1
|
| 9 |
torchinfo==1.8.0
|
| 10 |
torchmetrics==0.11.4
|
| 11 |
torchvision==0.15.2
|