OmParkashPandeY commited on
Commit
ab0f2f0
1 Parent(s): f450f63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,9 +64,9 @@ def loadGUI():
64
  negative_prompt = gr.Textbox(label="Negative prompt")
65
  with gr.Row():
66
  with gr.Column():
67
- steps = gr.Slider(label="Inference Steps", minimum=1, maximum=100, step=32, value=25,
68
  info="In many steps will the denoiser denoise the image?")
69
- guidance = gr.Slider(label="Guidance Scale", minimum=1, maximum=20, step=32, value=7,
70
  info="Controls how much the text prompt influences the result")
71
  with gr.Column():
72
  width = gr.Slider(label="Width", minimum=64, maximum=1024, step=32, value=512)
 
64
  negative_prompt = gr.Textbox(label="Negative prompt")
65
  with gr.Row():
66
  with gr.Column():
67
+ steps = gr.Slider(label="Inference Steps", minimum=1, maximum=100, step=1, value=25,
68
  info="In many steps will the denoiser denoise the image?")
69
+ guidance = gr.Slider(label="Guidance Scale", minimum=1, maximum=20, step=1, value=7,
70
  info="Controls how much the text prompt influences the result")
71
  with gr.Column():
72
  width = gr.Slider(label="Width", minimum=64, maximum=1024, step=32, value=512)