mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-31 09:40:38 +02:00
6 lines
228 B
Python
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"]
|