harpomaxx commited on
Commit
f9e6a81
·
verified ·
1 Parent(s): c2c7414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ with gr.Blocks() as demo:
83
  type='pil',
84
  show_label = False
85
  ).style(
86
- width="50%", # Use the full view width
87
- height="50%", # Use the full view height
88
  object_fit="scale-down" # Maintain aspect ratio without cropping
89
  )
90
  btn.click(gr_generate_images, [text], gallery)
 
83
  type='pil',
84
  show_label = False
85
  ).style(
86
+ width="256", # Use the full view width
87
+ height="256", # Use the full view height
88
  object_fit="scale-down" # Maintain aspect ratio without cropping
89
  )
90
  btn.click(gr_generate_images, [text], gallery)