taesiri commited on
Commit
9db02f9
1 Parent(s): 1557c43
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -362,7 +362,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
362
  )
363
  type_of_nns_dropdown = gr.Dropdown(
364
  label="Type of NNs",
365
- choices=["top1", "topK"],
366
  value="top1",
367
  )
368
 
 
362
  )
363
  type_of_nns_dropdown = gr.Dropdown(
364
  label="Type of NNs",
365
+ choices=["top1", "topk"],
366
  value="top1",
367
  )
368