tokeron commited on
Commit
5971725
1 Parent(s): 7f5fd23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -152,20 +152,20 @@ with gr.Blocks() as demo:
152
  [
153
  "A photo of an Aye-aye.",
154
  "Stable Diffusion 2.1",
155
- "1",
156
- "1"
157
  ],
158
  [
159
  "A photo of an Beagle.",
160
  "Stable Diffusion 2.1",
161
- "1",
162
- "1"
163
  ],
164
  [
165
  "A green cat and a blue dog.",
166
  "Stable Diffusion 2.1",
167
- "1",
168
- "1"
169
  ],
170
  ]
171
 
 
152
  [
153
  "A photo of an Aye-aye.",
154
  "Stable Diffusion 2.1",
155
+ 42,
156
+ 1
157
  ],
158
  [
159
  "A photo of an Beagle.",
160
  "Stable Diffusion 2.1",
161
+ 42,
162
+ 1
163
  ],
164
  [
165
  "A green cat and a blue dog.",
166
  "Stable Diffusion 2.1",
167
+ 42,
168
+ 1
169
  ],
170
  ]
171