add timm to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
fastai==2.7.4
|
| 2 |
huggingface_hub[fastai]
|
| 3 |
fastcore>=1.3.27
|
| 4 |
-
gradio
|
|
|
|
|
|
| 1 |
fastai==2.7.4
|
| 2 |
huggingface_hub[fastai]
|
| 3 |
fastcore>=1.3.27
|
| 4 |
+
gradio
|
| 5 |
+
timm
|