Fiqa commited on
Commit
d68510b
·
verified ·
1 Parent(s): 2d4f7e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ def generate_caption_and_image(image, f, p, d):
86
 
87
  image = pipe(
88
  prompt,
89
- height=500,
90
- width=500,
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,