NikhilJoson commited on
Commit
60353f1
·
verified ·
1 Parent(s): 02507cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def get_example():
86
  return case
87
 
88
  def run_for_examples(img1, img2, img3, height, width, img_guidance_scale, seed, max_input_image_size, randomize_seed,
89
- use_input_image_size_as_output, guidance_scale==3):
90
  # Check the internal configuration of the function
91
  inference_steps = 50
92
  separate_cfg_infer = True
 
86
  return case
87
 
88
  def run_for_examples(img1, img2, img3, height, width, img_guidance_scale, seed, max_input_image_size, randomize_seed,
89
+ use_input_image_size_as_output, guidance_scale=3):
90
  # Check the internal configuration of the function
91
  inference_steps = 50
92
  separate_cfg_infer = True