update
Browse files
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", "
|
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 |
|