artificialguybr commited on
Commit
eb1eb15
·
verified ·
1 Parent(s): 3487adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ iface = gr.Interface(
65
  inputs=[
66
  gr.Textbox(label="Prompt", placeholder="Describe the image you want to generate"),
67
  gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image"),
68
- gr.Dropdown(label="Sampler", choices=["DPM", "EulerA", "LMS", "DDIM"], value="DPM"),
69
  gr.Number(label="Seed", value=0),
70
  gr.Slider(label="Guidance Scale", minimum=1, maximum=9, value=5),
71
  gr.Slider(label="Inference Steps", minimum=5, maximum=100, value=35)
 
65
  inputs=[
66
  gr.Textbox(label="Prompt", placeholder="Describe the image you want to generate"),
67
  gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image"),
68
+ gr.Dropdown(label="Sampler", choices=["DPM", "EulerA", "LMS", "DDIM"], value="DDIM"),
69
  gr.Number(label="Seed", value=0),
70
  gr.Slider(label="Guidance Scale", minimum=1, maximum=9, value=5),
71
  gr.Slider(label="Inference Steps", minimum=5, maximum=100, value=35)