Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 29 |
-
title="face recognition and facial attribute analysis
|
| 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,
|