Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def king(type ,
|
|
97 |
seed = random.randint(0, 99999)
|
98 |
generator = torch.Generator().manual_seed(seed)
|
99 |
image = pipe(
|
100 |
-
prompt =
|
101 |
guidance_scale = guidance_scale,
|
102 |
num_inference_steps = steps,
|
103 |
width = width,
|
|
|
97 |
seed = random.randint(0, 99999)
|
98 |
generator = torch.Generator().manual_seed(seed)
|
99 |
image = pipe(
|
100 |
+
prompt = instruction,
|
101 |
guidance_scale = guidance_scale,
|
102 |
num_inference_steps = steps,
|
103 |
width = width,
|