and again
Browse files
app.py
CHANGED
@@ -475,6 +475,7 @@ Try uploading a few images and/or add some text prompts and search the embedding
|
|
475 |
submit.click(main, inputs= [average_embedding_base64, n_samples], outputs=output)
|
476 |
# output.style(grid=[4,4], height="auto", container=True)
|
477 |
# output.style(grid=[4,4], container=True)
|
|
|
478 |
|
479 |
with gr.Row():
|
480 |
gr.Markdown(
|
|
|
475 |
submit.click(main, inputs= [average_embedding_base64, n_samples], outputs=output)
|
476 |
# output.style(grid=[4,4], height="auto", container=True)
|
477 |
# output.style(grid=[4,4], container=True)
|
478 |
+
output.style(grid=2)
|
479 |
|
480 |
with gr.Row():
|
481 |
gr.Markdown(
|