#!/usr/bin/env python3 from face_swapper.src.inferencing import infer if __name__ == '__main__': infer()