Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,7 @@ with gr.Blocks(css=css, theme=hot_pink_theme) as demo:
|
|
| 182 |
placeholder="Enter your prompt for editing (e.g., 'Remove glasses')",
|
| 183 |
container=False,
|
| 184 |
)
|
| 185 |
-
run_button = gr.Button("Run", scale=0)
|
| 186 |
with gr.Accordion("Advanced Settings", open=False):
|
| 187 |
|
| 188 |
seed = gr.Slider(
|
|
|
|
| 182 |
placeholder="Enter your prompt for editing (e.g., 'Remove glasses')",
|
| 183 |
container=False,
|
| 184 |
)
|
| 185 |
+
run_button = gr.Button("Run", variant="primary", scale=0)
|
| 186 |
with gr.Accordion("Advanced Settings", open=False):
|
| 187 |
|
| 188 |
seed = gr.Slider(
|