multimodalart HF Staff commited on
Commit
3be2502
·
verified ·
1 Parent(s): 7cb9197

Update app.py

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