File size: 251 Bytes
e46a9ad
 
 
 
 
 
 
1
2
3
4
5
6
7
# 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()