ipvikas commited on
Commit
9b0e6f7
Β·
1 Parent(s): 05bdc41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ description = "Deepface is a lightweight face recognition and facial attribute a
27
  facial_attribute_demo = gr.Interface(
28
  fn=get_deepface,
29
  inputs="image",
30
- outputs=['text']
31
  title="face recognition and facial attribute analysis",
32
  description=description,
33
 
 
27
  facial_attribute_demo = gr.Interface(
28
  fn=get_deepface,
29
  inputs="image",
30
+ outputs=['text'],
31
  title="face recognition and facial attribute analysis",
32
  description=description,
33