Ahsen Khaliq commited on
Commit
41bb552
1 Parent(s): 1439198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ title = "DeepFace"
15
  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."
16
  article = "<p style='text-align: center'><a href='https://github.com/serengil/deepface' target='_blank'>Github Repo</a></p>"
17
 
18
- gr.Interface(inference,["image","image"],"text",enable_queue=True,examples=examples, title=title,description=description,article=article).launch(debug=True)
 
15
  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."
16
  article = "<p style='text-align: center'><a href='https://github.com/serengil/deepface' target='_blank'>Github Repo</a></p>"
17
 
18
+ gr.Interface(inference,["image","image"],"label",enable_queue=True,examples=examples, title=title,description=description,article=article).launch(debug=True)