Spaces:
Running
on
Zero
Running
on
Zero
[bug] add 1 to num steps in circular
Browse files
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 |
],
|