| # 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() |