mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
4 lines
100 B
Python
4 lines
100 B
Python
class StyleTransfer():
|
|
@staticmethod
|
|
def get_stylized_frames(frames):
|
|
return frames
|