chrisboden commited on
Commit
df03e92
1 Parent(s): ab39cb0

Create styler.py

Browse files
Files changed (1) hide show
  1. styler.py +8 -0
styler.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # github: https://github.com/jjeamin/anime_style_transfer_pytorch
2
+ # HF blog: https://huggingface.co/blog/gradio-spaces
3
+ # pip install gradio before running the code below
4
+
5
+
6
+ import gradio as gr
7
+
8
+ gr.Interface.load("spaces/jjeamin/ArcaneStyleTransfer").launch()