prithivMLmods commited on
Commit
275c364
·
verified ·
1 Parent(s): 9a0cddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def generate(
89
  num_inference_steps: int = 25,
90
  randomize_seed: bool = False,
91
  use_resolution_binning: bool = True,
92
- num_images: int = 5,
93
  progress=gr.Progress(track_tqdm=True),
94
  ):
95
  global models
 
89
  num_inference_steps: int = 25,
90
  randomize_seed: bool = False,
91
  use_resolution_binning: bool = True,
92
+ num_images: int = 1,
93
  progress=gr.Progress(track_tqdm=True),
94
  ):
95
  global models