Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as app:
|
|
195 |
out_find = gr.JSON()
|
196 |
with gr.Tab("Gallery"):
|
197 |
gal_btn=gr.Button("Load Images")
|
198 |
-
out_gal = gr.Gallery()
|
199 |
|
200 |
with gr.Column(scale=1):
|
201 |
out_json = gr.JSON()
|
|
|
195 |
out_find = gr.JSON()
|
196 |
with gr.Tab("Gallery"):
|
197 |
gal_btn=gr.Button("Load Images")
|
198 |
+
out_gal = gr.Gallery(columns=8)
|
199 |
|
200 |
with gr.Column(scale=1):
|
201 |
out_json = gr.JSON()
|