KingNish commited on
Commit
986c2eb
Β·
verified Β·
1 Parent(s): ac08ca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ def king(type ,
109
  prompt=instruction,
110
  guidance_scale=guidance_scale,
111
  num_inference_steps=steps,
112
- width = width,
113
- height = height,
114
  image=image,
115
  generator=generator,
116
  ).images[0]
 
109
  prompt=instruction,
110
  guidance_scale=guidance_scale,
111
  num_inference_steps=steps,
112
+ width = (width*2),
113
+ height = (height*2),
114
  image=image,
115
  generator=generator,
116
  ).images[0]