Vivawaves commited on
Commit
09e45cd
1 Parent(s): b054815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(css="style.css") as demo:
85
  with gr.Group():
86
  with gr.Row():
87
  prompt = gr.Textbox(label='Enter your prompt (English)', scale=8)
88
- ckpt = gr.Dropdown(label='Select inference steps',choices=['1-Step', '2-Step', '4-Step', '8-Step'], value='4-Step', interactive=True)
89
  submit = gr.Button(scale=1, variant='primary')
90
  img = gr.Image(label='SDXL-Lightning Generated Image')
91
 
 
85
  with gr.Group():
86
  with gr.Row():
87
  prompt = gr.Textbox(label='Enter your prompt (English)', scale=8)
88
+ ckpt = gr.Dropdown(label='Select inference steps',choices=['1-Step', '2-Step', '4-Step', '8-Step'], value='8-Step', interactive=True)
89
  submit = gr.Button(scale=1, variant='primary')
90
  img = gr.Image(label='SDXL-Lightning Generated Image')
91