Last active
April 26, 2022 16:25
-
-
Save AK391/7ce29e9554afc7311c3ab008f28ba131 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
# model: https://huggingface.co/osanseviero/BigGAN-deep-128 | |
# HF blog: https://huggingface.co/blog/gradio-spaces | |
# pip install gradio before running code below | |
import gradio as gr | |
gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128").launch() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment