salomonsky commited on
Commit
11a4797
·
verified ·
1 Parent(s): 58b06a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
70
  upscale_factor = gr.Radio(label="UpScale Factor", choices=[2, 4, 8], value=2)
71
 
72
  with gr.Accordion(label="Advanced Options", open=False):
73
- width = gr.Slider(label="Width", minimum=512, maximum=1280, step=8, value=512)
74
- height = gr.Slider(label="Height", minimum=512, maximum=1280, step=8, value=512)
75
  scales = gr.Slider(label="Guidance", minimum=3.5, maximum=7, step=0.1, value=3.5)
76
  steps = gr.Slider(label="Steps", minimum=1, maximum=100, step=1, value=24)
77
  seed = gr.Slider(label="Seeds", minimum=-1, maximum=MAX_SEED, step=1, value=-1)
 
70
  upscale_factor = gr.Radio(label="UpScale Factor", choices=[2, 4, 8], value=2)
71
 
72
  with gr.Accordion(label="Advanced Options", open=False):
73
+ width = gr.Slider(label="Width", minimum=512, maximum=1280, step=8, value=1280)
74
+ height = gr.Slider(label="Height", minimum=512, maximum=1280, step=8, value=768)
75
  scales = gr.Slider(label="Guidance", minimum=3.5, maximum=7, step=0.1, value=3.5)
76
  steps = gr.Slider(label="Steps", minimum=1, maximum=100, step=1, value=24)
77
  seed = gr.Slider(label="Seeds", minimum=-1, maximum=MAX_SEED, step=1, value=-1)