DamarJati commited on
Commit
7b2b8c3
·
verified ·
1 Parent(s): 580d690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as app:
48
 
49
  with gr.Column():
50
  # Gallery untuk output gambar
51
- output_gallery = gr.Gallery(label="Hasil Gambar").style(height=512)
52
  # Output teks JSON di bawah gallery
53
  output_text = gr.Textbox(label="Output JSON", placeholder="Hasil dalam format JSON", lines=2)
54
 
 
48
 
49
  with gr.Column():
50
  # Gallery untuk output gambar
51
+ output_gallery = gr.Gallery(label="Hasil Gambar")
52
  # Output teks JSON di bawah gallery
53
  output_text = gr.Textbox(label="Output JSON", placeholder="Hasil dalam format JSON", lines=2)
54