Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def generate_caption_and_image(image, f, p, d):
|
|
86 |
|
87 |
image = pipe(
|
88 |
prompt,
|
89 |
-
height=1024
|
90 |
width=1024,
|
91 |
guidance_scale=3.5,
|
92 |
num_inference_steps=50,
|
|
|
86 |
|
87 |
image = pipe(
|
88 |
prompt,
|
89 |
+
height=1024,
|
90 |
width=1024,
|
91 |
guidance_scale=3.5,
|
92 |
num_inference_steps=50,
|