File size: 233 Bytes
387a31e
762fe16
 
 
 
9aa90b9
762fe16
 
1
2
3
4
5
6
7
8
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()