VideoModelStudio / vms /ui /__init__.py
jbilcke-hf's picture
jbilcke-hf HF Staff
refactoring to a better architecture
0ad7e2a
raw
history blame
82 Bytes
from .video_trainer_ui import VideoTrainerUI
__all__ = [
'VideoTrainerUI',
]