Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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]
|