Created
April 25, 2022 13:59
-
-
Save AK391/c2a9f329ad0d7cbea87f032f500cdeaa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# blog: https://huggingface.co/blog/gradio-spaces | |
# pip install gradio before running the code below | |
import gradio as gr | |
title = "New AnimeganV2" | |
description = "this is a test" | |
gr.Interface.load("spaces/akhaliq/AnimeGANv2", title=title, description=description).launch() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment