Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
| 3 |
from datasets import load_dataset
|
| 4 |
|
| 5 |
audio_classifier = pipeline(
|
| 6 |
-
task="audio-classification", model="ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition"
|
| 7 |
def main():
|
| 8 |
st.title("Audio review")
|
| 9 |
with st.form("text_field"):
|
|
|
|
| 3 |
from datasets import load_dataset
|
| 4 |
|
| 5 |
audio_classifier = pipeline(
|
| 6 |
+
task="audio-classification", model="ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition")
|
| 7 |
def main():
|
| 8 |
st.title("Audio review")
|
| 9 |
with st.form("text_field"):
|