prithivMLmods commited on
Commit
63617d6
·
verified ·
1 Parent(s): 95c4ba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(