Spaces:
Runtime error
Runtime error
fix: Change transformers' Tool import to work with latest versions
Browse files- model_downloads.py +1 -1
model_downloads.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from transformers
|
| 2 |
from huggingface_hub import list_models
|
| 3 |
|
| 4 |
|
|
|
|
| 1 |
+
from transformers import Tool
|
| 2 |
from huggingface_hub import list_models
|
| 3 |
|
| 4 |
|