harpomaxx commited on
Commit
658e7de
·
verified ·
1 Parent(s): e7564ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  container = False,
86
  scale =0,
87
  width = 32, # Use the full view width
88
- height = 32) # Use the full view height
89
  btn.click(gr_generate_images, [text], gallery)
90
  gr.Examples(examples, inputs=[text])
91
  gr.HTML(
 
85
  container = False,
86
  scale =0,
87
  width = 32, # Use the full view width
88
+ height = 32).style(full_width=False) # Use the full view height
89
  btn.click(gr_generate_images, [text], gallery)
90
  gr.Examples(examples, inputs=[text])
91
  gr.HTML(