Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ from transformers.pipelines import pipeline
|
|
6 |
pipe = pipeline(model="KELONMYOSA/wav2vec2-xls-r-300m-emotion-ru", trust_remote_code=True)
|
7 |
|
8 |
# The pipeline input can be a file, path or link
|
9 |
-
result = pipe("
|
10 |
streamlit.write(result)
|
|
|
6 |
pipe = pipeline(model="KELONMYOSA/wav2vec2-xls-r-300m-emotion-ru", trust_remote_code=True)
|
7 |
|
8 |
# The pipeline input can be a file, path or link
|
9 |
+
result = pipe("DC_a01.wav")
|
10 |
streamlit.write(result)
|