feat : cleaner import arrangement

This commit is contained in:
martin legrand
2025-04-01 13:10:06 +02:00
parent b3efd09fb3
commit 1b5a55ccf2
8 changed files with 30 additions and 19 deletions
+2
View File
@@ -1,6 +1,8 @@
import os
import sys
import torch
from typing import List, Tuple, Type, Dict, Tuple
from transformers import pipeline
from adaptive_classifier import AdaptiveClassifier