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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -83,8 +83,9 @@ with gr.Blocks() as demo:
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(
 
83
  type='pil',
84
  show_label = False,
85
  container = False,
86
+ scale =2,
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(