Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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),
|