Shilpaj commited on
Commit
b024e46
·
verified ·
1 Parent(s): 671ad7d

Fix: Version issue

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio
2
  grad-cam
3
- numpy
4
  torch==2.0.1
5
- torchvision==0.15.2
 
1
+ gradio==3.50.2
2
  grad-cam
3
+ numpy<2.0.0
4
  torch==2.0.1
5
+ torchvision==0.15.2