CodingwCal commited on
Commit
5218607
·
verified ·
1 Parent(s): ca767a3

Update requirements.txt

Browse files

Downgraded dependencies to match older fastai version from my Kaggle model.pkl, build originally failed w runtime error

Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
- fastai
2
- gradio
 
 
1
+ fastai<2.8
2
+ fastcore<1.7
3
+ gradio>=3.50.2