beykun18 commited on
Commit
574d7d7
1 Parent(s): 8cc480d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ interface = gr.Interface(fn=predict,
71
  gr.Image(value = dataset['train']['image'][17], type="pil", source="webcam")],
72
  outputs= [gr.Image(),
73
  gr,Image(),
74
- gr.Number(label="Similarity"),
75
  gr.Textbox(label="Message")],
76
  title = 'Face ID',
77
  description = 'This app uses face biometrics and a similarity to function as a Face ID application.The similarity score ranges from -1 to 1.'
 
71
  gr.Image(value = dataset['train']['image'][17], type="pil", source="webcam")],
72
  outputs= [gr.Image(),
73
  gr,Image(),
74
+ gr.Number(label="Similarity"),
75
  gr.Textbox(label="Message")],
76
  title = 'Face ID',
77
  description = 'This app uses face biometrics and a similarity to function as a Face ID application.The similarity score ranges from -1 to 1.'