abdullahedcults commited on
Commit
2faa8c0
1 Parent(s): d01bb5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ def main():
47
  st.subheader("Try by Uploading Audio")
48
 
49
 
50
- st.write("The transcribed text will be displayed below.")
51
 
52
- uploaded_file = st.file_uploader("Upload your recording (WAV format)", type=["wav"])
53
  if uploaded_file is not None:
54
  with st.spinner("Transcribing and translating audio... Please wait."):
55
  audio_path = "uploaded_audio.wav"
 
47
  st.subheader("Try by Uploading Audio")
48
 
49
 
50
+ st.write("Upload your Audio")
51
 
52
+ uploaded_file = st.file_uploader("(WAV format)", type=["wav"])
53
  if uploaded_file is not None:
54
  with st.spinner("Transcribing and translating audio... Please wait."):
55
  audio_path = "uploaded_audio.wav"