Spaces:
Sleeping
Sleeping
Update model_utils.py
Browse files- model_utils.py +1 -1
model_utils.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# model_utils.py
|
2 |
|
3 |
from transformers import (
|
4 |
AutoTokenizer,
|
|
|
1 |
+
# model_utils.py -Handles model loading and metadata extraction:
|
2 |
|
3 |
from transformers import (
|
4 |
AutoTokenizer,
|