Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,7 +319,7 @@ iface = gr.Interface(
|
|
| 319 |
gr.Plot(label="Sad Scores"),
|
| 320 |
gr.Plot(label="Angry Scores")
|
| 321 |
],
|
| 322 |
-
title="
|
| 323 |
description="Upload a video to detect anomalies in facial expressions and emotions. Adjust parameters as needed."
|
| 324 |
)
|
| 325 |
|
|
|
|
| 319 |
gr.Plot(label="Sad Scores"),
|
| 320 |
gr.Plot(label="Angry Scores")
|
| 321 |
],
|
| 322 |
+
title="Facial Expressions Anomaly Detection",
|
| 323 |
description="Upload a video to detect anomalies in facial expressions and emotions. Adjust parameters as needed."
|
| 324 |
)
|
| 325 |
|