Junr-syl commited on
Commit
e318712
·
1 Parent(s): bf5d300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from torch import *
3
  from transformers import pipeline
4
  import streamlit as st
5
  from st_audiorec import st_audiorec
6
- @st.cache
7
  def make_text(audio):
8
  pipe=pipeline("automatic-speech-recognition","distil-whisper/distil-large-v2")
9
  text= pipe(audio)
 
3
  from transformers import pipeline
4
  import streamlit as st
5
  from st_audiorec import st_audiorec
6
+ #@st.cache
7
  def make_text(audio):
8
  pipe=pipeline("automatic-speech-recognition","distil-whisper/distil-large-v2")
9
  text= pipe(audio)