Walmart-the-bag commited on
Commit
bbb69ec
1 Parent(s): e054aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ gradio_interface = Interface(
19
  inputs=[
20
  gr.Textbox(label="Prompt", lines=2, placeholder="Enter your prompt here..."),
21
  gr.Textbox(label="Negative Prompt", lines=2, placeholder="What to exclude from the image..."),
22
- gr.Slider(minimum=1, maximum=100, value=50, label="Steps", step=1),
23
  gr.Slider(minimum=1, maximum=20, value=7.5, label="Guidance Scale", step=0.1)
24
  ],
25
  outputs=Image(type="pil", show_download_button=True),
 
19
  inputs=[
20
  gr.Textbox(label="Prompt", lines=2, placeholder="Enter your prompt here..."),
21
  gr.Textbox(label="Negative Prompt", lines=2, placeholder="What to exclude from the image..."),
22
+ gr.Slider(minimum=1, maximum=65, value=50, label="Steps", step=1),
23
  gr.Slider(minimum=1, maximum=20, value=7.5, label="Guidance Scale", step=0.1)
24
  ],
25
  outputs=Image(type="pil", show_download_button=True),