alexnasa commited on
Commit
f5fe4c4
·
verified ·
1 Parent(s): 614de2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ def generate_image(
339
  use_latent_sblora_control = True
340
  image = generate_from_test_sample(
341
  test_sample, model.pipe, model.config,
342
- num_inference_steps=num_inference_steps
343
  num_images=num_images,
344
  target_height=target_height,
345
  target_width=target_width,
 
339
  use_latent_sblora_control = True
340
  image = generate_from_test_sample(
341
  test_sample, model.pipe, model.config,
342
+ num_inference_steps=num_inference_steps,
343
  num_images=num_images,
344
  target_height=target_height,
345
  target_width=target_width,