aifeifei798 commited on
Commit
c78eda4
·
verified ·
1 Parent(s): 58a304b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
94
  placeholder="Enter your prompt for editing (e.g., 'Remove glasses', 'Add a hat')",
95
  container=False,
96
  )
97
- run_button = gr.Button("Run")
98
  result = gr.Image(label="Result", show_label=False, interactive=False, format="png", height=320)
99
  reuse_button = gr.Button("Reuse this image", visible=False)
100
  with gr.Accordion("Advanced Settings", open=False):
 
94
  placeholder="Enter your prompt for editing (e.g., 'Remove glasses', 'Add a hat')",
95
  container=False,
96
  )
97
+ run_button = gr.Button("Change")
98
  result = gr.Image(label="Result", show_label=False, interactive=False, format="png", height=320)
99
  reuse_button = gr.Button("Reuse this image", visible=False)
100
  with gr.Accordion("Advanced Settings", open=False):