Spaces:
Runtime error
Runtime error
update: requirements.txt
Browse files- pre-requirements.txt +0 -8
- requirements.txt +9 -1
pre-requirements.txt
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
torch==2.2.1
|
| 2 |
-
torchvision==0.17.1
|
| 3 |
-
torchmetrics==0.6.0
|
| 4 |
-
opencv-python==4.6.0.66
|
| 5 |
-
pytorch-lightning==1.4.9
|
| 6 |
-
omegaconf==2.3.0
|
| 7 |
-
einops==0.6.1
|
| 8 |
-
kornia==0.6.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy==1.23.5
|
| 2 |
tqdm==4.65.0
|
| 3 |
matplotlib==3.7.1
|
|
@@ -16,4 +24,4 @@ yacs==0.1.8
|
|
| 16 |
loguru==0.7.0
|
| 17 |
e2cnn==0.2.3
|
| 18 |
gradio==3.41.2
|
| 19 |
-
gradio_client==0.5.0
|
|
|
|
| 1 |
+
torch==2.2.1
|
| 2 |
+
torchvision==0.17.1
|
| 3 |
+
torchmetrics==0.6.0
|
| 4 |
+
opencv-python==4.6.0.66
|
| 5 |
+
pytorch-lightning==1.4.9
|
| 6 |
+
omegaconf==2.3.0
|
| 7 |
+
einops==0.6.1
|
| 8 |
+
kornia==0.6.12
|
| 9 |
numpy==1.23.5
|
| 10 |
tqdm==4.65.0
|
| 11 |
matplotlib==3.7.1
|
|
|
|
| 24 |
loguru==0.7.0
|
| 25 |
e2cnn==0.2.3
|
| 26 |
gradio==3.41.2
|
| 27 |
+
# gradio_client==0.5.0
|