multimodalart HF Staff commited on
Commit
a79e9c8
·
verified ·
1 Parent(s): 9332ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
84
  placeholder="describe the edit instruction",
85
  container=False,
86
  )
87
- run_button = gr.Button("Edit!")
88
 
89
  result = gr.Image(label="Result", show_label=False, type="pil")
90
 
 
84
  placeholder="describe the edit instruction",
85
  container=False,
86
  )
87
+ run_button = gr.Button("Edit!", variant="primary")
88
 
89
  result = gr.Image(label="Result", show_label=False, type="pil")
90