mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
5 lines
172 B
Python
Executable File
5 lines
172 B
Python
Executable File
from lib.cli import TrainingProcessor
|
|
|
|
training_processor = TrainingProcessor(description='Processes a collection of pictures \
|
|
to train a machine learning model')
|