Spaces:
Runtime error
Runtime error
AhmedIbrahim007
commited on
Commit
•
c2b6faf
1
Parent(s):
7312375
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
|
|
54 |
],
|
55 |
title="Face Emotion Recognition",
|
56 |
description="Upload an image or video to analyze emotions. For images, the result will show detected faces with emotions. For videos, it will provide graphs of emotion distribution.",
|
57 |
-
examples=["test.png"
|
58 |
)
|
59 |
|
60 |
# Launch the Gradio interface
|
|
|
54 |
],
|
55 |
title="Face Emotion Recognition",
|
56 |
description="Upload an image or video to analyze emotions. For images, the result will show detected faces with emotions. For videos, it will provide graphs of emotion distribution.",
|
57 |
+
examples=["test.png"]
|
58 |
)
|
59 |
|
60 |
# Launch the Gradio interface
|