minor: ui
Browse files
app.py
CHANGED
|
@@ -269,7 +269,7 @@ with gr.Blocks() as iface:
|
|
| 269 |
with gr.Column(scale=2):
|
| 270 |
# Custom HTML component to display results in 5 columns
|
| 271 |
results_html = gr.HTML(label="Model Predictions")
|
| 272 |
-
forensics_gallery = gr.Gallery(label="Post Processed Images", visible=True, columns=[5])
|
| 273 |
|
| 274 |
outputs = [image_output, forensics_gallery, results_html]
|
| 275 |
|
|
|
|
| 269 |
with gr.Column(scale=2):
|
| 270 |
# Custom HTML component to display results in 5 columns
|
| 271 |
results_html = gr.HTML(label="Model Predictions")
|
| 272 |
+
forensics_gallery = gr.Gallery(label="Post Processed Images", visible=True, columns=[5], rows=[1], container=False)
|
| 273 |
|
| 274 |
outputs = [image_output, forensics_gallery, results_html]
|
| 275 |
|