Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with block:
|
|
74 |
prompt = gr.Textbox(label="Prompt")
|
75 |
negative_prompt = gr.Textbox(label="Negative Prompt")
|
76 |
|
77 |
-
run_button = gr.Button(
|
78 |
with gr.Accordion("Advanced Options", open=False):
|
79 |
num_samples = gr.Slider(
|
80 |
label="Images", minimum=1, maximum=4, value=1, step=1)
|
|
|
74 |
prompt = gr.Textbox(label="Prompt")
|
75 |
negative_prompt = gr.Textbox(label="Negative Prompt")
|
76 |
|
77 |
+
run_button = gr.Button("Run")
|
78 |
with gr.Accordion("Advanced Options", open=False):
|
79 |
num_samples = gr.Slider(
|
80 |
label="Images", minimum=1, maximum=4, value=1, step=1)
|