6Morpheus6 commited on
Commit
41923c3
·
verified ·
1 Parent(s): bca79bd

Fix arguments mismatch

Browse files

- Fixes: `Expected maximum 21 arguments for function <function swap_visibilities>, received 22.`

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -903,8 +903,7 @@ with gr.Blocks(css="style.css") as demo:
903
  threshold_1,
904
  threshold_2,
905
  threshold_3,
906
- seed,
907
- sega_concepts_counter
908
  ],
909
  outputs=[share_btn_container, box1, concept_1, guidnace_scale_1,neg_guidance_1, row1, row2,box2, concept_2, guidnace_scale_2,neg_guidance_2,row2, row3,sega_concepts_counter],
910
  cache_examples=True
 
903
  threshold_1,
904
  threshold_2,
905
  threshold_3,
906
+ seed
 
907
  ],
908
  outputs=[share_btn_container, box1, concept_1, guidnace_scale_1,neg_guidance_1, row1, row2,box2, concept_2, guidnace_scale_2,neg_guidance_2,row2, row3,sega_concepts_counter],
909
  cache_examples=True