ford442 commited on
Commit
8a61916
·
1 Parent(s): ffe22ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,7 +160,7 @@ def generate(
160
  width: int = 768,
161
  height: int = 768,
162
  guidance_scale: float = 5,
163
- num_inference_steps: int = 375,
164
  randomize_seed: bool = False,
165
  use_resolution_binning: bool = True,
166
  num_images: int = 1,
@@ -364,7 +364,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
364
  minimum=10,
365
  maximum=1000,
366
  step=10,
367
- value=375,
368
  )
369
 
370
  gr.Examples(
 
160
  width: int = 768,
161
  height: int = 768,
162
  guidance_scale: float = 5,
163
+ num_inference_steps: int = 325,
164
  randomize_seed: bool = False,
165
  use_resolution_binning: bool = True,
166
  num_images: int = 1,
 
364
  minimum=10,
365
  maximum=1000,
366
  step=10,
367
+ value=325,
368
  )
369
 
370
  gr.Examples(