Antonio
commited on
Commit
•
b8411c4
1
Parent(s):
4eeb59f
Acknowledged examples
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ iface = gr.Interface(
|
|
270 |
["./Sad.mp4", "60% Accuracy", "60% Accuracy", "Weighted Average"]
|
271 |
],
|
272 |
title="Video and Audio Emotion Prediction",
|
273 |
-
description="Upload a video to get emotion predictions from selected video and audio models."
|
274 |
)
|
275 |
|
276 |
iface.launch(debug=True, share=True)
|
|
|
270 |
["./Sad.mp4", "60% Accuracy", "60% Accuracy", "Weighted Average"]
|
271 |
],
|
272 |
title="Video and Audio Emotion Prediction",
|
273 |
+
description="Upload a video to get emotion predictions from selected video and audio models. Example videos are from the RAVDESS dataset."
|
274 |
)
|
275 |
|
276 |
iface.launch(debug=True, share=True)
|