Schmitz005 commited on
Commit
07a1fc4
·
verified ·
1 Parent(s): 3c7dc3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def load_asr_pipeline():
11
  asr = load_asr_pipeline()
12
 
13
  st.title("🗣️ WhaleSong: Voice to Text")
14
- st.markdown("Speach coming soon! Upload an audio file. We'll transcribe it using Whisper.")
15
 
16
  # Audio input
17
  audio_file = st.file_uploader("🎙️ Upload audio file (wav, mp3, m4a)", type=["wav", "mp3", "m4a"])
 
11
  asr = load_asr_pipeline()
12
 
13
  st.title("🗣️ WhaleSong: Voice to Text")
14
+ st.markdown("Speech coming soon! Upload an audio file. We'll transcribe it using Whisper.")
15
 
16
  # Audio input
17
  audio_file = st.file_uploader("🎙️ Upload audio file (wav, mp3, m4a)", type=["wav", "mp3", "m4a"])