harveysamson commited on
Commit
743edd5
1 Parent(s): 871f4fb

update dex

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def inference(path):
34
  inputs = gr.inputs.Audio(label="Input Audio", type="filepath", source="microphone")
35
  outputs = gr.outputs.Label(type="confidences", label = "Output Scores")
36
  title = "Wav2Vec2 Speech Emotion Recognition"
37
- description = "This is a demo of the Wav2Vec2 Speech Emotion Recognition model. Record an audio file and the top emotions predicted will be displayed."
38
  examples = ['data/heart.wav', 'data/happy26.wav', 'data/jm24.wav', 'data/newton.wav', 'data/speeding.wav']
39
  article = "<a href = 'https://github.com/m3hrdadfi/soxan'> Wav2Vec2 Speech Classification Github Repository"
40
 
 
34
  inputs = gr.inputs.Audio(label="Input Audio", type="filepath", source="microphone")
35
  outputs = gr.outputs.Label(type="confidences", label = "Output Scores")
36
  title = "Wav2Vec2 Speech Emotion Recognition"
37
+ description = "This is a demo of the Wav2Vec2 Speech Emotion Recognition model. Record an audio file and the top emotions inferred will be displayed."
38
  examples = ['data/heart.wav', 'data/happy26.wav', 'data/jm24.wav', 'data/newton.wav', 'data/speeding.wav']
39
  article = "<a href = 'https://github.com/m3hrdadfi/soxan'> Wav2Vec2 Speech Classification Github Repository"
40