chi77 commited on
Commit
2b6706e
·
verified ·
1 Parent(s): b24a611

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- torch
2
- torchvision
3
- gradio
4
- Pillow
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ gradio>=3.40.0
4
+ pillow>=9.0.0