KingNish commited on
Commit
f0983b2
1 Parent(s): cad0ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def king(type ,
102
  steps=int(steps/2.5)
103
  guidance_scale2=(guidance_scale/2)
104
 
105
- refine = pipe_fast( prompt = instruction,
106
  guidance_scale = guidance_scale2,
107
  num_inference_steps = steps,
108
  width = width, height = height,
 
102
  steps=int(steps/2.5)
103
  guidance_scale2=(guidance_scale/2)
104
 
105
+ image = pipe_fast( prompt = instruction,
106
  guidance_scale = guidance_scale2,
107
  num_inference_steps = steps,
108
  width = width, height = height,