DeepDetect / model /__init__.py
ayush-kale-96's picture
Upload 15 files
1157352 verified
raw
history blame contribute delete
197 Bytes
# model/__init__.py
"""
Model module for custom ML model integration
"""
from .main import DeepfakeModel, get_model, MODEL_CONFIG
__all__ = ['DeepfakeModel', 'get_model', 'MODEL_CONFIG']