mrfakename commited on
Commit
e17facd
·
verified ·
1 Parent(s): 5d2046d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -20,7 +20,6 @@ def generate_image(prompt, height, width, num_inference_steps, seed, randomize_s
20
  seed = torch.randint(0, 2**32 - 1, (1,)).item()
21
 
22
  generator = torch.Generator("cuda").manual_seed(int(seed))
23
- print(prompt)
24
  image = pipe(
25
  prompt=prompt,
26
  height=int(height),
 
20
  seed = torch.randint(0, 2**32 - 1, (1,)).item()
21
 
22
  generator = torch.Generator("cuda").manual_seed(int(seed))
 
23
  image = pipe(
24
  prompt=prompt,
25
  height=int(height),