mrfakename commited on
Commit
7f67510
·
verified ·
1 Parent(s): 79c4bb8
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def generate_image(prompt, height, width, num_inference_steps, seed, randomize_s
25
  seed = torch.randint(0, 2**32 - 1, (1,)).item()
26
 
27
  generator = torch.Generator("cuda").manual_seed(int(seed))
 
28
  image = pipe(
29
  prompt=prompt,
30
  height=int(height),
 
25
  seed = torch.randint(0, 2**32 - 1, (1,)).item()
26
 
27
  generator = torch.Generator("cuda").manual_seed(int(seed))
28
+ print(prompt)
29
  image = pipe(
30
  prompt=prompt,
31
  height=int(height),