VishyVish commited on
Commit
d1dce88
·
1 Parent(s): 61e74de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -23,7 +23,8 @@ interface = gr.Interface(fn=predict,
23
  outputs= [gr.Number(label="Similarity"),
24
  gr.Textbox(label="Message")],
25
  title = 'Face ID',
26
- description = 'This app uses emage embeddings and cosine similarity to function as a Face ID application. Cosine similarity is used, so it ranges from -1 to 1.'
27
  )
28
 
29
- interface.launch(debug=True)
 
 
23
  outputs= [gr.Number(label="Similarity"),
24
  gr.Textbox(label="Message")],
25
  title = 'Face ID',
26
+ description = 'This app uses face biometrics and a similarity to function as a Face ID application.The similarity score ranges from -1 to 1.'
27
  )
28
 
29
+ #interface.launch(debug=True)
30
+ interface.launch(share=True)