Update app.py
Browse files
app.py
CHANGED
@@ -133,9 +133,9 @@ with gr.Blocks() as demo:
|
|
133 |
|
134 |
demo.launch()
|
135 |
|
136 |
-
|
137 |
|
138 |
-
|
139 |
|
140 |
with gr.Accordion("Advanced Settings", open=False):
|
141 |
negative_prompt = gr.Text(
|
|
|
133 |
|
134 |
demo.launch()
|
135 |
|
136 |
+
run_button = gr.Button("Run", scale=0, variant="primary")
|
137 |
|
138 |
+
result = gr.Image(label="Result", show_label=False)
|
139 |
|
140 |
with gr.Accordion("Advanced Settings", open=False):
|
141 |
negative_prompt = gr.Text(
|