Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
7dd5095
1
Parent(s):
498c4b3
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,6 @@ with gr.Blocks() as demo:
|
|
42 |
button = gr.Button(value="Get nearest neighbors")
|
43 |
with gr.Row():
|
44 |
image = gr.Image()
|
45 |
-
gallery = gr.Gallery().style(grid=
|
46 |
button.click(get_nearest_64, inputs=[gender, ethnicity, model, no, index], outputs=[image, gallery])
|
47 |
demo.launch()
|
|
|
42 |
button = gr.Button(value="Get nearest neighbors")
|
43 |
with gr.Row():
|
44 |
image = gr.Image()
|
45 |
+
gallery = gr.Gallery().style(grid=4)
|
46 |
button.click(get_nearest_64, inputs=[gender, ethnicity, model, no, index], outputs=[image, gallery])
|
47 |
demo.launch()
|