Skip to content

Instantly share code, notes, and snippets.

@AK391
Last active April 26, 2022 16:25
Show Gist options
  • Save AK391/7ce29e9554afc7311c3ab008f28ba131 to your computer and use it in GitHub Desktop.
Save AK391/7ce29e9554afc7311c3ab008f28ba131 to your computer and use it in GitHub Desktop.
# 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