eolecvk commited on
Commit
1f9c80c
·
1 Parent(s): 6127615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -107,17 +107,17 @@ block = gr.Blocks(css=css)
107
 
108
  examples = [
109
  [
110
- 'Jeff Bezos, avatarart style person',
111
  2,
112
  7.5,
113
  ],
114
  [
115
- 'Elon Musk, avatarart style person',
116
  2,
117
  7.5,
118
  ],
119
  [
120
- 'Bill Gates, avatarart style person',
121
  2,
122
  7,
123
  ],
 
107
 
108
  examples = [
109
  [
110
+ 'Jeff Bezos, avatarart style',
111
  2,
112
  7.5,
113
  ],
114
  [
115
+ 'Elon Musk, avatarart style',
116
  2,
117
  7.5,
118
  ],
119
  [
120
+ 'Bill Gates, avatarart style',
121
  2,
122
  7,
123
  ],