Anonymous Authors commited on
Commit
57bd692
1 Parent(s): e2322f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, index], outputs=[image, gallery])
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()