Last active
May 6, 2022 21:42
-
-
Save AK391/f77880e7ce34cbded9317ede954f94cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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