yijiu commited on
Commit
2d5b633
·
1 Parent(s): 93a6fff

fix:requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,17 +1,17 @@
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
 
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