harpomaxx commited on
Commit
248319d
·
verified ·
1 Parent(s): dd62196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -82,8 +82,9 @@ with gr.Blocks() as demo:
82
  label="Generated image",
83
  type='pil',
84
  show_label = False,
85
- width="32", # Use the full view width
86
- height="32") # Use the full view height
 
87
  btn.click(gr_generate_images, [text], gallery)
88
  gr.Examples(examples, inputs=[text])
89
  gr.HTML(
 
82
  label="Generated image",
83
  type='pil',
84
  show_label = False,
85
+ container = False,
86
+ width=32, # Use the full view width
87
+ height=32) # Use the full view height
88
  btn.click(gr_generate_images, [text], gallery)
89
  gr.Examples(examples, inputs=[text])
90
  gr.HTML(