Nattyboi commited on
Commit
d70d1a4
·
1 Parent(s): c92adfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("speech.wav")
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)