Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def predict(im1, im2):
|
|
| 16 |
|
| 17 |
|
| 18 |
title = "Face ID"
|
| 19 |
-
description = "Upload
|
| 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")],
|