File size: 232 Bytes
762fe16
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9

import gradio as gr
description = "BigGAN text-to-image demo."
article = ""
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128", 
    description=description,
    examples=["american robin"]
)
interface.launch()