awacke1 commited on
Commit
2ac9c48
1 Parent(s): 96f2e55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -4,6 +4,17 @@ title = "BigGAN ImageNet"
4
  interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
5
  description=description,
6
  title = title,
7
- examples=[["lighthouse"]]
 
 
 
 
 
 
 
 
 
 
 
8
  )
9
  interface.launch()
4
  interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
5
  description=description,
6
  title = title,
7
+ examples=[
8
+ ["lighthouse"],
9
+ ["eyeglasses"],
10
+ ["stool"],
11
+ ["window"],
12
+ ["hand"],
13
+ ["dice"],
14
+ ["cloud"],
15
+ ["gate"],
16
+ ["cat"],
17
+ ["toes"]
18
+ ]
19
  )
20
  interface.launch()