abreza commited on
Commit
6d7a5b2
1 Parent(s): 378355d

refactor: update generate image button label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks() as demo:
196
  with gr.Row():
197
  prompt = gr.Textbox(label='Enter your prompt (English)', scale=8)
198
  submit_prompt = gr.Button(
199
- scale=1, variant='primary', label='Generate Image')
200
  img = gr.Image(label='SDXL-Lightning Generated Image')
201
 
202
  with gr.Row(variant="panel"):
 
196
  with gr.Row():
197
  prompt = gr.Textbox(label='Enter your prompt (English)', scale=8)
198
  submit_prompt = gr.Button(
199
+ 'Generate Image', scale=1, variant='primary')
200
  img = gr.Image(label='SDXL-Lightning Generated Image')
201
 
202
  with gr.Row(variant="panel"):