akameswa commited on
Commit
8c27172
·
verified ·
1 Parent(s): 6cfbb2a

[bug] add 1 to num steps in circular

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks() as demo:
382
  prompt_circular,
383
  seed_circular,
384
  num_inference_steps_circular,
385
- num_images_circular,
386
  start_degree_circular,
387
  end_degree_circular,
388
  ],
 
382
  prompt_circular,
383
  seed_circular,
384
  num_inference_steps_circular,
385
+ num_images_circular + 1,
386
  start_degree_circular,
387
  end_degree_circular,
388
  ],