merve HF staff commited on
Commit
9aa90b9
1 Parent(s): 762fe16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,9 +1,8 @@
1
-
2
- import gradio as gr
3
  description = "BigGAN text-to-image demo."
4
  article = ""
5
  interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
6
  description=description,
7
- examples=["american robin"]
8
  )
9
  interface.launch()
 
1
+ \nimport gradio as gr
 
2
  description = "BigGAN text-to-image demo."
3
  article = ""
4
  interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
5
  description=description,
6
+ examples=[["american robin"]]
7
  )
8
  interface.launch()