ishaal007 commited on
Commit
3e3e1e5
·
verified ·
1 Parent(s): 2703b7d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
- torch==1.12.1
2
- torchvision==0.13.1
3
- gradio==3.4.1
 
 
 
 
 
 
1
+ numpy<2
2
+
3
+ torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu
4
+ torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cpu
5
+
6
+ pillow
7
+ gradio==6.2.0
8
+