andresgtn commited on
Commit
8aabdaa
1 Parent(s): 7d433b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def predict(im1, im2):
16
 
17
 
18
  title = "Face ID"
19
- description = "Upload to selfies and find out if they are the same person."
20
  interface = gr.Interface(fn=predict,
21
  inputs= [gr.Image(type="pil", source="webcam"),
22
  gr.Image(type="pil", source="webcam")],
 
16
 
17
 
18
  title = "Face ID"
19
+ description = "Upload two selfies and find out if they are of the same person."
20
  interface = gr.Interface(fn=predict,
21
  inputs= [gr.Image(type="pil", source="webcam"),
22
  gr.Image(type="pil", source="webcam")],