Spaces:
Running
Running
fix:requirement.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
Cython
|
2 |
-
gradio
|
3 |
-
gradio_client
|
4 |
-
huggingface-hub
|
5 |
-
imageio
|
6 |
-
numpy
|
7 |
-
opencv-python
|
8 |
-
opendatalab
|
9 |
-
Pillow
|
10 |
-
pip
|
11 |
-
pycocotools
|
12 |
-
scikit-image
|
13 |
-
scipy
|
14 |
-
torch
|
15 |
-
torchaudio
|
16 |
-
torchvision
|
17 |
-
tqdm
|
|
|
1 |
+
Cython==3.0.5
|
2 |
+
gradio==4.8.0
|
3 |
+
gradio_client==0.7.1
|
4 |
+
huggingface-hub==0.19.4
|
5 |
+
imageio==2.33.0
|
6 |
+
numpy==1.24.3
|
7 |
+
opencv-python==4.8.1.78
|
8 |
+
opendatalab==0.0.10
|
9 |
+
Pillow==10.0.1
|
10 |
+
pip==23.3
|
11 |
+
pycocotools==2.0.7
|
12 |
+
scikit-image==0.21.0
|
13 |
+
scipy==1.10.1
|
14 |
+
torch==1.12.0+cu113
|
15 |
+
torchaudio==0.12.0+cu113
|
16 |
+
torchvision==0.13.0+cu113
|
17 |
+
tqdm==4.65.2
|