hiyata commited on
Commit
8731787
·
verified ·
1 Parent(s): a6886ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ with gr.Blocks() as demo:
475
  )
476
 
477
  # We can display multiple images in a Gallery or as separate outputs.
478
- plots_gallery = gr.Gallery(label="Analysis Plots").style(grid=[2], height="auto")
479
 
480
  predict_button.click(
481
  fn=run_prediction,
 
475
  )
476
 
477
  # We can display multiple images in a Gallery or as separate outputs.
478
+ plots_gallery = gr.Gallery(label="Analysis Plots", columns=2)
479
 
480
  predict_button.click(
481
  fn=run_prediction,