Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|