Yjiggfghhjnjj commited on
Commit
715d0a7
1 Parent(s): b121fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate(
58
  negative_prompt: str = "",
59
  use_negative_prompt: bool = False,
60
  num_inference_steps: int = 30,
61
- num_images_per_prompt: int = 2
62
  seed: int = 0,
63
  width: int = 1024,
64
  height: int = 1024,
 
58
  negative_prompt: str = "",
59
  use_negative_prompt: bool = False,
60
  num_inference_steps: int = 30,
61
+ num_images_per_prompt: int = 2,
62
  seed: int = 0,
63
  width: int = 1024,
64
  height: int = 1024,