Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix imports
Browse files
backend/utils/fix_wrong_model_size.py
CHANGED
@@ -13,7 +13,7 @@ from datetime import datetime
|
|
13 |
from tqdm.auto import tqdm
|
14 |
from tqdm.contrib.logging import logging_redirect_tqdm
|
15 |
|
16 |
-
from app.config.hf_config import HF_TOKEN,
|
17 |
|
18 |
from app.utils.model_validation import ModelValidator
|
19 |
|
|
|
13 |
from tqdm.auto import tqdm
|
14 |
from tqdm.contrib.logging import logging_redirect_tqdm
|
15 |
|
16 |
+
from app.config.hf_config import HF_TOKEN, API
|
17 |
|
18 |
from app.utils.model_validation import ModelValidator
|
19 |
|