File size: 257 Bytes
df03e92
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# 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()