Spaces:
Running
Running
Update app.py
Browse files
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"
|
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,
|