| # github: https://github.com/jjeamin/anime_style_transfer_pytorch | |
| # HF blog: https://huggingface.co/blog/gradio-spaces | |
| # pip install gradio before running the code below | |
| import gradio as gr | |
| gr.Interface.load("spaces/jjeamin/ArcaneStyleTransfer").launch() |