Skip to content

Instantly share code, notes, and snippets.

@AK391
Created April 25, 2022 13:59
Show Gist options
  • Save AK391/c2a9f329ad0d7cbea87f032f500cdeaa to your computer and use it in GitHub Desktop.
Save AK391/c2a9f329ad0d7cbea87f032f500cdeaa to your computer and use it in GitHub Desktop.
# 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