Spaces:
Running
Running
Realcat
commited on
Commit
•
60c1300
1
Parent(s):
187ccb9
update: requirements.txt
Browse files- pre-requirements.txt +1 -3
- requirements.txt +2 -0
pre-requirements.txt
CHANGED
@@ -5,6 +5,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 |
-
gradio==3.41.2
|
10 |
-
gradio_client==0.5.0
|
|
|
5 |
pytorch-lightning==1.4.9
|
6 |
omegaconf==2.3.0
|
7 |
einops==0.6.1
|
8 |
+
kornia==0.6.12
|
|
|
|
requirements.txt
CHANGED
@@ -15,3 +15,5 @@ shapely==2.0.1
|
|
15 |
yacs==0.1.8
|
16 |
loguru==0.7.0
|
17 |
e2cnn==0.2.3
|
|
|
|
|
|
15 |
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
|