Spaces:
Runtime error
Runtime error
Commit
·
1b2ab2d
1
Parent(s):
7c137ab
updated examples
Browse files- app.py +1 -1
- data/cant_see.wav +0 -0
- data/jm24.wav +0 -0
- data/newton.wav +0 -0
- data/speeding.wav +0 -0
app.py
CHANGED
@@ -33,7 +33,7 @@ inputs = gr.inputs.Audio(label="Input Audio", type="filepath", source="upload")
|
|
33 |
outputs = gr.outputs.Label(type="confidences", label = "Output Scores")
|
34 |
title = "Wav2Vec2 Speech Emotion Recognition"
|
35 |
description = "This is a demo of the Wav2Vec2 Speech Emotion Recognition model. Upload a .wav file (preferably small) and the top emotions predicted will be displayed."
|
36 |
-
examples = ['data/
|
37 |
article = "<a href = 'https://github.com/m3hrdadfi/soxan'> Wav2Vec2 Speech Classification Github Repository"
|
38 |
|
39 |
|
|
|
33 |
outputs = gr.outputs.Label(type="confidences", label = "Output Scores")
|
34 |
title = "Wav2Vec2 Speech Emotion Recognition"
|
35 |
description = "This is a demo of the Wav2Vec2 Speech Emotion Recognition model. Upload a .wav file (preferably small) and the top emotions predicted will be displayed."
|
36 |
+
examples = ['data/cant_see.wav', 'data/happy26.wav', 'data/jm24.wav', 'data/newton.wav', 'data/speeding.wav']
|
37 |
article = "<a href = 'https://github.com/m3hrdadfi/soxan'> Wav2Vec2 Speech Classification Github Repository"
|
38 |
|
39 |
|
data/cant_see.wav
ADDED
Binary file (18.6 kB). View file
|
|
data/jm24.wav
ADDED
Binary file (43.6 kB). View file
|
|
data/newton.wav
ADDED
Binary file (5.32 kB). View file
|
|
data/speeding.wav
ADDED
Binary file (27.7 kB). View file
|
|