KingNish commited on
Commit
9459bfb
1 Parent(s): e797a9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 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,