Jinl commited on
Commit
484bcbe
1 Parent(s): e118776

update example

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -431,10 +431,10 @@ def ui():
431
 
432
  ex = gr.Examples(
433
  [
434
- ["./data/content/27032.jpg","./data/style/27.jpg",4,0.8,0.5,8427921159605868845],
435
- ["./data/content/29812.jpg","./data/style/47.jpg",4,0.5,0.65,8119359809263726691],
436
  ],
437
- [source_image, style_image, num_steps,strength, mix_q_scale, seed_textbox],
438
  [
439
  "Example 1",
440
  ],)
 
431
 
432
  ex = gr.Examples(
433
  [
434
+ ["./data/content/27032.jpg","./data/style/27.jpg",4,0.8,0.5,8,8427921159605868845],
435
+ ["./data/content/29812.jpg","./data/style/47.jpg",4,0.5,0.65,11,8119359809263726691],
436
  ],
437
+ [source_image, style_image, num_steps,strength, mix_q_scale, start_ac_layer, seed_textbox],
438
  [
439
  "Example 1",
440
  ],)