ThankGod commited on
Commit
8b20647
1 Parent(s): 277cb8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -19,9 +19,10 @@ def predict(im1, im2):
19
  title="Face-id Application Demo 🤓"
20
  description = "Upload similar/different images to compare Image similarity for face-id demo"
21
  article = """
22
- - Select an image from the examples provided as demo image
23
- - Click submit button to make Image classification
24
- - Click clear button to try new Image for classification
 
25
  """
26
 
27
  img_upload = gr.Interface(
 
19
  title="Face-id Application Demo 🤓"
20
  description = "Upload similar/different images to compare Image similarity for face-id demo"
21
  article = """
22
+ - Select any two facial images from your device or use a webcam.
23
+ - Alternatively, select any pair of examples facial images provided for demo
24
+ - Click submit button for image face comparison
25
+ - Click clear button to try new Images
26
  """
27
 
28
  img_upload = gr.Interface(