SakibRumu commited on
Commit
3b518f3
·
verified ·
1 Parent(s): 5b248a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  gradio==3.0
2
- fastai==2.5.3
3
- torch==1.10.0
4
  pillow==8.4.0
 
1
  gradio==3.0
2
+ fastai>=2.6.0 # Use a version that supports torch 2.x
3
+ torch==2.3.1 # Or whatever version of torch you need
4
  pillow==8.4.0