renyuxi commited on
Commit
a57b3cf
1 Parent(s): da1d919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
52
  seed = gr.Number(label="Seed", value=3413, interactive=True)
53
  btn = gr.Button(value="run")
54
  with gr.Column():
55
- output = gr.Gallery(width=1024, height=768)
56
 
57
  def process_image(num_images, height, width, prompt, seed):
58
  global pipe
 
52
  seed = gr.Number(label="Seed", value=3413, interactive=True)
53
  btn = gr.Button(value="run")
54
  with gr.Column():
55
+ output = gr.Gallery(height=1024)
56
 
57
  def process_image(num_images, height, width, prompt, seed):
58
  global pipe