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

Update app.py

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