mrfakename commited on
Commit
ed9f139
1 Parent(s): 2a3ab1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
169
  container=False,
170
  placeholder="Enter your prompt",
171
  )
172
- run_button = gr.Button("Run")
173
  result = gr.Image(label="Result", show_label=False)
174
  with gr.Accordion("Advanced options", open=False):
175
  with gr.Row():
 
169
  container=False,
170
  placeholder="Enter your prompt",
171
  )
172
+ run_button = gr.Button("Generate")
173
  result = gr.Image(label="Result", show_label=False)
174
  with gr.Accordion("Advanced options", open=False):
175
  with gr.Row():