Spaces:
Runtime error
Runtime error
upload
Browse files
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="
|
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 |
|