nanom commited on
Commit
ed177cd
1 Parent(s): f0102be

add more referItGame examples

Browse files
Files changed (1) hide show
  1. app.py +19 -3
app.py CHANGED
@@ -73,9 +73,25 @@ with demo:
73
  "glass in guys hand on right first guy",
74
  "i have been happy",
75
  "the happy spiders",
76
- "gradio is a package that allows users to create simple web apps with just a few lines of code",
77
- "the best dog out there"],
78
- inputs=input_expr,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  examples_per_page=5,
80
  )
81
 
 
73
  "glass in guys hand on right first guy",
74
  "i have been happy",
75
  "the happy spiders",
76
+ "the best dog out there",
77
+ "girl 's face",
78
+ 'bottom grass',
79
+ 'rock people are sitting on',
80
+ 'blue sky center below clouds',
81
+ 'group of people on left',
82
+ 'tree middle',
83
+ 'the lump of grass above the bright rock in the bottom left',
84
+ 'berries in middle',
85
+ 'red shirt kid',
86
+ 'middle rock',
87
+ 'grass below the person in the straw hat',
88
+ 'grass on the left',
89
+ 'wall between stairs 2nd lv on right',
90
+ 'the large group of clouds',
91
+ 'sky top left',
92
+ 'rock structure on far right',
93
+ 'left donkey'],
94
+ inputs=input_expr,
95
  examples_per_page=5,
96
  )
97