smartdigitalnetworks commited on
Commit
bc56dfb
·
verified ·
1 Parent(s): c318369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -30,9 +30,9 @@ demo = gr.Interface(
30
  inputs=[
31
  gr.Image(sources=["upload", "webcam", "clipboard"], type="filepath", label="Image to edit"),
32
  gr.Textbox(label='Your Guidance'),
33
- gr.Slider(label='Guidance Strength', minimum=0.1, maximum=1, step=.05, value=.5),
34
- gr.Slider(1, 5, value=2, step=1, label='Quality Steps'),
35
- gr.Slider(label="Seed", minimum=0, maximum=67, step=1, randomize=False, visible=False)
36
  ],
37
  outputs='image',
38
  submit_btn="Generate Image",
 
30
  inputs=[
31
  gr.Image(sources=["upload", "webcam", "clipboard"], type="filepath", label="Image to edit"),
32
  gr.Textbox(label='Your Guidance'),
33
+ gr.Slider(1, 5, value=2, step=1, label='Quality Steps', visible=False),
34
+ gr.Slider(label="Seed", minimum=0, maximum=67, step=1, randomize=False, visible=False),
35
+ gr.Slider(label="Guidance Strength", minimum=0.1, maximum=1, step=.05, value=.5)
36
  ],
37
  outputs='image',
38
  submit_btn="Generate Image",