Spaces:
Sleeping
Sleeping
Add usage description
Browse files
app.py
CHANGED
@@ -83,6 +83,10 @@ def refresh():
|
|
83 |
return image, image
|
84 |
|
85 |
with gr.Blocks(css=css, elem_classes=['container']) as demo:
|
|
|
|
|
|
|
|
|
86 |
with gr.Row():
|
87 |
|
88 |
with gr.Row():
|
|
|
83 |
return image, image
|
84 |
|
85 |
with gr.Blocks(css=css, elem_classes=['container']) as demo:
|
86 |
+
md = gr.Markdown(value="""- To check model performance choose first and second image from available examples.
|
87 |
+
- You can pair up images of the same or different fingerprints. The result from model will be automatically calculated.
|
88 |
+
- Additionally displayed confidence shows the similarity between images. The closer to 0, the more similar - more confident model
|
89 |
+
- Access is granted if value of confidence is below certain threshold found during model testing.""")
|
90 |
with gr.Row():
|
91 |
|
92 |
with gr.Row():
|