clementchadebec commited on
Commit
bf202b3
1 Parent(s): 23a7c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -185,10 +185,10 @@ with gr.Blocks(css=css) as demo:
185
  examples=[
186
  [42, False, "examples/image_1.jpg", 28, 4, 0.6],
187
  #[42, False, "examples/image_2.jpg", 28, 4, 0.6],
188
- #[42, False, "examples/image_3.jpg", 28, 4, 0.6],
189
  [42, False, "examples/image_4.jpg", 28, 4, 0.6],
190
  #[42, False, "examples/image_5.jpg", 28, 4, 0.6],
191
- [42, False, "examples/image_6.jpg", 28, 4, 0.6],
192
  ],
193
  inputs=[
194
  seed,
@@ -207,10 +207,10 @@ with gr.Blocks(css=css) as demo:
207
  examples=[
208
  #[42, False, "examples/image_1.jpg", 28, 4, 0.6],
209
  [42, False, "examples/image_2.jpg", 28, 4, 0.6],
210
- [42, False, "examples/image_3.jpg", 28, 4, 0.6],
211
  #[42, False, "examples/image_4.jpg", 28, 4, 0.6],
212
  [42, False, "examples/image_5.jpg", 28, 4, 0.6],
213
- #[42, False, "examples/image_6.jpg", 28, 4, 0.6],
214
  [42, False, "examples/image_7.jpg", 28, 4, 0.6],
215
  ],
216
  inputs=[
 
185
  examples=[
186
  [42, False, "examples/image_1.jpg", 28, 4, 0.6],
187
  #[42, False, "examples/image_2.jpg", 28, 4, 0.6],
188
+ [42, False, "examples/image_3.jpg", 28, 4, 0.6],
189
  [42, False, "examples/image_4.jpg", 28, 4, 0.6],
190
  #[42, False, "examples/image_5.jpg", 28, 4, 0.6],
191
+ #[42, False, "examples/image_6.jpg", 28, 4, 0.6],
192
  ],
193
  inputs=[
194
  seed,
 
207
  examples=[
208
  #[42, False, "examples/image_1.jpg", 28, 4, 0.6],
209
  [42, False, "examples/image_2.jpg", 28, 4, 0.6],
210
+ #[42, False, "examples/image_3.jpg", 28, 4, 0.6],
211
  #[42, False, "examples/image_4.jpg", 28, 4, 0.6],
212
  [42, False, "examples/image_5.jpg", 28, 4, 0.6],
213
+ [42, False, "examples/image_6.jpg", 28, 4, 0.6],
214
  [42, False, "examples/image_7.jpg", 28, 4, 0.6],
215
  ],
216
  inputs=[