Ahsen Khaliq commited on
Commit
88aced2
1 Parent(s): 33708a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def inference(image1,image2):
11
  text = "different person"
12
  return text
13
 
14
- examples=[['mona.jpeg','mona.jpeg']]
15
 
16
  title = "DeepFace"
17
  description = "Gradio demo for DeepFace for face verification: verifies face pairs as same person or different persons. To use it, simply upload your images, or click one of the examples to load them. Read more at the links below."
11
  text = "different person"
12
  return text
13
 
14
+ examples=[['mona.jpeg','mona.jpeg'],['mona.jpeg','pearl.jpeg']]
15
 
16
  title = "DeepFace"
17
  description = "Gradio demo for DeepFace for face verification: verifies face pairs as same person or different persons. To use it, simply upload your images, or click one of the examples to load them. Read more at the links below."