szukevin commited on
Commit
91819e5
·
1 Parent(s): 482b39d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -398,7 +398,7 @@ with block:
398
 
399
 
400
  md_title = gr.Markdown("### Continuous generation (Optional)")
401
- num_continuous_gen = gr.Slider(label="Add instances to the current scene", minimum=1, maximum=16, value=1, step=1)
402
 
403
  continuous_btn = gr.Button(value="Add instances to the current scene")
404
 
 
398
 
399
 
400
  md_title = gr.Markdown("### Continuous generation (Optional)")
401
+ num_continuous_gen = gr.Slider(label="Number of instances to be added", minimum=1, maximum=16, value=1, step=1)
402
 
403
  continuous_btn = gr.Button(value="Add instances to the current scene")
404