Padzong commited on
Commit
ba2d372
·
verified ·
1 Parent(s): fd1ffce

Add usage description

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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():