Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
|
|
44 |
|
45 |
image = pipe(prompt=prompt,
|
46 |
num_inference_steps = num_inference_steps,
|
47 |
-
guidance_scale=guidance_scale,
|
48 |
height=height,
|
49 |
width=width,
|
50 |
max_sequence_length=256,
|
|
|
44 |
|
45 |
image = pipe(prompt=prompt,
|
46 |
num_inference_steps = num_inference_steps,
|
|
|
47 |
height=height,
|
48 |
width=width,
|
49 |
max_sequence_length=256,
|