Fliw commited on
Commit
f5fafcd
·
1 Parent(s): 728b935

fix(requirement) : add CUDA specified

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- torch==2.0.0+cu117
2
- torchvision==0.15.0
3
- numpy==1.23.4
4
- Pillow==9.2.0
5
- tqdm==4.64.1
6
- pydantic==2.10.6
7
- gradio==3.32.0
8
- gradio_client>=0.13.0
9
 
 
1
+ torch
2
+ torchvision
3
+ numpy
4
+ Pillow
5
+ tqdm
6
+ pydantic
7
+ gradio
8
+ gradio_client
9