pratikshahp commited on
Commit
84dcdcf
1 Parent(s): 1610c78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def transcribe_audio(audio_bytes):
23
  return transcription
24
 
25
  # Streamlit app
26
- st.title("Audio to Text Transcription")
27
 
28
  audio_bytes = audio_recorder(pause_threshold=3.0, sample_rate=16_000)
29
 
 
23
  return transcription
24
 
25
  # Streamlit app
26
+ st.title("Audio to Text Transcription..")
27
 
28
  audio_bytes = audio_recorder(pause_threshold=3.0, sample_rate=16_000)
29