DamarJati commited on
Commit
8b91f4d
·
verified ·
1 Parent(s): cf9e19c

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(scale=1)
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")
43
 
44
  def update_images(prompt, neg_prompt, width, height, scheduler, num_steps, num_images, model):
45
  # Update fungsi sesuai kebutuhan