styler / styler.py
chrisboden's picture
Create styler.py
df03e92
# 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()