DamarJati commited on
Commit
cf9e19c
·
verified ·
1 Parent(s): 58e7d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as app:
39
  generate_button = gr.Button("Generate")
40
 
41
  with gr.Column():
42
- output_gallery = gr.Gallery(label="Hasil Gambar").style(height=512)
43
 
44
  def update_images(prompt, neg_prompt, width, height, scheduler, num_steps, num_images, model):
45
  # Update fungsi sesuai kebutuhan
 
39
  generate_button = gr.Button("Generate")
40
 
41
  with gr.Column():
42
+ output_gallery = gr.Gallery(label="Hasil Gambar").style(scale=1)
43
 
44
  def update_images(prompt, neg_prompt, width, height, scheduler, num_steps, num_images, model):
45
  # Update fungsi sesuai kebutuhan