Commit
·
57bd692
1
Parent(s):
e2322f3
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,5 +41,5 @@ with gr.Blocks() as demo:
|
|
| 41 |
with gr.Row():
|
| 42 |
image = gr.Image()
|
| 43 |
gallery = gr.Gallery().style(grid=4)
|
| 44 |
-
button.click(get_nearest_64, inputs=[gender, ethnicity, model, no
|
| 45 |
demo.launch()
|
|
|
|
| 41 |
with gr.Row():
|
| 42 |
image = gr.Image()
|
| 43 |
gallery = gr.Gallery().style(grid=4)
|
| 44 |
+
button.click(get_nearest_64, inputs=[gender, ethnicity, model, no], outputs=[image, gallery])
|
| 45 |
demo.launch()
|