fix: Change transformers' Tool import to work with latest versions

#1
by RezaRahemtola - opened
Files changed (1) hide show
  1. model_downloads.py +1 -1
model_downloads.py CHANGED
@@ -1,4 +1,4 @@
1
- from transformers.tools import Tool
2
  from huggingface_hub import list_models
3
 
4
 
 
1
+ from transformers import Tool
2
  from huggingface_hub import list_models
3
 
4