eolecvk commited on
Commit
c46d611
·
1 Parent(s): b2646f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -128,19 +128,19 @@ block = gr.Blocks(css=css)
128
 
129
  examples = [
130
  [
131
- 'Yoda',
132
  2,
133
  7.5,
134
  ],
135
  [
136
- 'Abraham Lincoln',
137
  2,
138
  7.5,
139
  ],
140
  [
141
- 'George Washington',
142
  2,
143
- 7,
144
  ],
145
  ]
146
 
 
128
 
129
  examples = [
130
  [
131
+ 'Portrait of Bill Gates as a ninja',
132
  2,
133
  7.5,
134
  ],
135
  [
136
+ 'John Snow as a ninja',
137
  2,
138
  7.5,
139
  ],
140
  [
141
+ 'Leo Messi in the style of Naruto',
142
  2,
143
+ 7.5,
144
  ],
145
  ]
146