Files
remove-ai-watermarks/scripts/synthid_runtime/__init__.py
T

6 lines
228 B
Python

"""Research-only periodic lattice detector, not a package export."""
from synthid_runtime.synthid_detector import SynthIDDetection, detect_synthid, is_available
__all__ = ["SynthIDDetection", "detect_synthid", "is_available"]