LogicGoInfotechSpaces commited on
Commit
93277d4
·
1 Parent(s): 6108abf

Add toml dependency required for FastAI model loading

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -15,4 +15,5 @@ pydantic-settings>=2.0.0
15
  huggingface-hub>=0.16.0
16
  safetensors>=0.3.0
17
  fastai>=2.7.13
 
18
 
 
15
  huggingface-hub>=0.16.0
16
  safetensors>=0.3.0
17
  fastai>=2.7.13
18
+ toml>=0.10.2
19