Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
cython
|
2 |
huggingface_hub
|
3 |
-
scikit-learn
|
4 |
scipy==1.4.1
|
5 |
numpy==1.23.1
|
6 |
matplotlib==3.3.2
|
@@ -10,7 +10,7 @@ torchvision==0.8.0
|
|
10 |
tqdm==4.63.0
|
11 |
Pillow==8.2.0
|
12 |
h5py==2.10.0
|
13 |
-
gradio==
|
14 |
jsmin==3.0.1
|
15 |
kornia==0.5.0
|
16 |
shapely==1.8.1
|
|
|
1 |
cython
|
2 |
huggingface_hub
|
3 |
+
scikit-learn
|
4 |
scipy==1.4.1
|
5 |
numpy==1.23.1
|
6 |
matplotlib==3.3.2
|
|
|
10 |
tqdm==4.63.0
|
11 |
Pillow==8.2.0
|
12 |
h5py==2.10.0
|
13 |
+
gradio==2.8.13
|
14 |
jsmin==3.0.1
|
15 |
kornia==0.5.0
|
16 |
shapely==1.8.1
|