Pablogps commited on
Commit
bca002b
1 Parent(s): 9a70cb3

Update requirements.txt

Browse files

Added toml requirement needed to import a model from HF.

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  timm
2
- fastai
 
 
1
  timm
2
+ fastai
3
+ toml