ipvikas commited on
Commit
0c23e21
·
1 Parent(s): 35972d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ description = "Deepface is a lightweight face recognition and facial attribute a
25
  facial_attribute_demo = gr.Interface(
26
  fn=get_deepface,
27
  inputs="image",
28
- outputs="json",
29
- title="face recognition and facial attribute analysis (age, gender, emotion and race) framework",
30
  description=description,
31
 
32
  enable_queue=True,
 
25
  facial_attribute_demo = gr.Interface(
26
  fn=get_deepface,
27
  inputs="image",
28
+ outputs=['text'],
29
+ title="face recognition and facial attribute analysis",
30
  description=description,
31
 
32
  enable_queue=True,