Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -155,9 +155,9 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
155 |
strength = gr.Slider(label="Prompt Strength", value=100, minimum=0, maximum=100, step=1)
|
156 |
num_images_per_prompt = gr.Slider(label="Images", minimum=1, maximum=5, step=1, value=2, interactive=True)
|
157 |
seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
|
158 |
-
with gr.Row():
|
159 |
-
with gr.Accordion("🫘Seed", open=False):
|
160 |
-
seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_id="seed-output")
|
161 |
|
162 |
with gr.Group():
|
163 |
with gr.Row():
|
|
|
155 |
strength = gr.Slider(label="Prompt Strength", value=100, minimum=0, maximum=100, step=1)
|
156 |
num_images_per_prompt = gr.Slider(label="Images", minimum=1, maximum=5, step=1, value=2, interactive=True)
|
157 |
seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
|
158 |
+
#with gr.Row():
|
159 |
+
#with gr.Accordion("🫘Seed", open=False):
|
160 |
+
#seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_id="seed-output")
|
161 |
|
162 |
with gr.Group():
|
163 |
with gr.Row():
|