Spaces:
Running
on
Zero
Running
on
Zero
fixed
Browse files
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),
|