wildoctopus commited on
Commit
6f9eaa5
·
verified ·
1 Parent(s): c396ac7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- torch
2
- torchvision
3
- gradio==4.44.1
 
4
  gradio_client
5
  gdown
6
- Pillow
7
  opencv-python
8
  numpy
 
1
+ gradio>=3.50.2
2
+ torch>=2.0.1
3
+ torchvision>=0.15.2
4
+ Pillow>=10.0.0
5
  gradio_client
6
  gdown
 
7
  opencv-python
8
  numpy