# Operator: anime-transfer-gradio Author: shiyu22 ## Overview Use gradio to call [style-transfer-animegan](https://towhee.io/filip-halt/style-transfer-animegan). ## Interface ```python __init__(self) ``` None ```python __call__(self, source: str = 'upload') ``` Args: - dource: - image soure for input image, defauts to 'upload', you can also change to 'webcam'. - supported types: str