Spaces:
Running
Running
Update backend/app/utils/model_validation.py
Browse files
backend/app/utils/model_validation.py
CHANGED
@@ -7,8 +7,7 @@ import aiohttp
|
|
7 |
from huggingface_hub import HfApi, ModelCard, hf_hub_download
|
8 |
from huggingface_hub import hf_api
|
9 |
from transformers import AutoConfig, AutoTokenizer
|
10 |
-
from app.config.
|
11 |
-
from app.config.base import API
|
12 |
from app.utils.logging import LogFormatter
|
13 |
|
14 |
|
|
|
7 |
from huggingface_hub import HfApi, ModelCard, hf_hub_download
|
8 |
from huggingface_hub import hf_api
|
9 |
from transformers import AutoConfig, AutoTokenizer
|
10 |
+
from app.config.base import HF_TOKEN, API
|
|
|
11 |
from app.utils.logging import LogFormatter
|
12 |
|
13 |
|