ipvikas commited on
Commit
eb2dec7
·
1 Parent(s): 3f174c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ description = "Deepface is a lightweight face recognition and facial attribute a
16
  examples=[["10Jan_1.jpeg"],["10Jan_2.jpeg"]]
17
 
18
 
19
- facial_attribute_demo = gr.Interface(get_deepface_verify,["image","image", label="distance metric"],[gr.outputs.Label(label="same person"),gr.outputs.Label(label="distance"),gr.outputs.Label(label="max threshold to verify"),gr.outputs.Label(label="model"),gr.outputs.Label(label="similarity metric")],enable_queue=True,examples=examples, title=title,description=description,article=article,theme="darkdefault").launch(debug=True)
20
 
21
 
22
  facial_attribute_demo.launch()
 
16
  examples=[["10Jan_1.jpeg"],["10Jan_2.jpeg"]]
17
 
18
 
19
+ facial_attribute_demo = gr.Interface(get_deepface_verify,["image","image", [gr.outputs.Label(label="same person"),gr.outputs.Label(label="distance"),gr.outputs.Label(label="max threshold to verify"),gr.outputs.Label(label="model"),gr.outputs.Label(label="similarity metric")],enable_queue=True,examples=examples, title=title,description=description,theme="darkdefault").launch(debug=True)
20
 
21
 
22
  facial_attribute_demo.launch()