cocktailpeanut 6Morpheus6 commited on
Commit
3902e7a
·
verified ·
1 Parent(s): f921d0e

Fix arguments mismatch (#5)

Browse files

- Fix arguments mismatch (41923c3a6cbbc10cac7833890a439b4fd9cc2c5c)


Co-authored-by: Morpheus <[email protected]>

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