mrfakename commited on
Commit
29b9fbc
·
verified ·
1 Parent(s): 7f67510
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ 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
- print(prompt)
29
  image = pipe(
30
  prompt=prompt,
31
  height=int(height),
 
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),