logo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions

28 lines
403 B

# 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
3 years ago