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