Skip to content

Instantly share code, notes, and snippets.

@AK391
Last active May 6, 2022 21:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AK391/f77880e7ce34cbded9317ede954f94cc to your computer and use it in GitHub Desktop.
Save AK391/f77880e7ce34cbded9317ede954f94cc to your computer and use it in GitHub Desktop.
# launch your own Gradio Web Demo of Arcane style transfer by following the steps below
# open a jupyter notebook, code editor (vs code etc), or google colab
# pip install gradio
# copy the code below into a file or cell in a python notebook and run it
# that's it, a web demo will appear in your python notebook or web browser
# github: https://github.com/jjeamin/anime_style_transfer_pytorch
# HF blog: https://huggingface.co/blog/gradio-spaces
import gradio as gr
gr.Interface.load("spaces/jjeamin/ArcaneStyleTransfer").launch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment