File size: 291 Bytes
b8de1aa
8be36f4
 
 
b8de1aa
8be36f4
 
b8de1aa
 
8be36f4
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr
description = "BigGAN text-to-image demo."
title = "BigGAN ImageNet"
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128", 
            description=description,
            title = title,
            examples=[["american robin"]]
)
interface.launch()