Spaces:
Running
Running
Upload app/main.py with huggingface_hub
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -46,7 +46,7 @@ from app.config import get_config, FEATURES, ensure_data_dirs
|
|
| 46 |
from app.services.dataset_persistence import load_on_startup, save_on_shutdown
|
| 47 |
from app.services.observation import scorer, get_tracer
|
| 48 |
from app.services.curation import curator, hf_pusher
|
| 49 |
-
from app.services.domain_classifier import domain_classifier
|
| 50 |
import uuid
|
| 51 |
|
| 52 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 46 |
from app.services.dataset_persistence import load_on_startup, save_on_shutdown
|
| 47 |
from app.services.observation import scorer, get_tracer
|
| 48 |
from app.services.curation import curator, hf_pusher
|
| 49 |
+
from app.services.domain_classifier import domain_classifier
|
| 50 |
import uuid
|
| 51 |
|
| 52 |
logging.basicConfig(level=logging.INFO)
|