add handler for hf models

Closes #91 (closed)

Pour tester localement au PEReN en attendant l'ajout des modèles:

HF_HUB_CACHE=/path/to/local/ HF_HUB_OFFLINE=0 poetry run pytest tests/detectors/test_detectors.py::test_run_detection_on_dir -k UmmMaybeArtDetector -vv
HF_HUB_CACHE=/path/to/local/ HF_HUB_OFFLINE=0 poetry run pytest tests/detectors/test_detectors.py::test_run_detection_on_dir -k PrithivMLDeepfakeDetector -vv

Merge request reports

Loading