Spaces:
Runtime error
Runtime error
harveysamson
commited on
Commit
·
1d45a5e
1
Parent(s):
70432f2
update desc
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def inference(path):
|
|
32 |
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 and the top emotions predicted will be displayed."
|
36 |
examples = ['data/test_audio.wav', 'data/test_audio_2.wav']
|
37 |
article = "<a href = 'https://github.com/m3hrdadfi/soxan'> Wav2Vec2 Speech Classification Github Repository"
|
38 |
|
|
|
32 |
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/test_audio.wav', 'data/test_audio_2.wav']
|
37 |
article = "<a href = 'https://github.com/m3hrdadfi/soxan'> Wav2Vec2 Speech Classification Github Repository"
|
38 |
|