Update requirements.txt
Browse filesAdded toml requirement needed to import a model from HF.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
timm
|
2 |
-
fastai
|
|
|
|
1 |
timm
|
2 |
+
fastai
|
3 |
+
toml
|