Spaces:
Runtime error
Runtime error
maxinethegreat
commited on
Commit
·
63705fb
1
Parent(s):
1bc2232
fix description
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
|
|
54 |
outputs=output_image,
|
55 |
# interpretation = "default",
|
56 |
title = "Mood Detectives",
|
57 |
-
description = "Real-Time Emotion Detection Using Facial Expressions:\nCan our model detect if you are angry, happy, sad,
|
58 |
live = True
|
59 |
|
60 |
)
|
|
|
54 |
outputs=output_image,
|
55 |
# interpretation = "default",
|
56 |
title = "Mood Detectives",
|
57 |
+
description = "Real-Time Emotion Detection Using Facial Expressions:\nCan our model detect if you are angry, happy, sad, fearful, disgusted, surprised or neutral?",
|
58 |
live = True
|
59 |
|
60 |
)
|