tahirsher commited on
Commit
a4a8364
·
verified ·
1 Parent(s): e3021fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ encryption_key = generate_key()
119
  # ================================
120
  # 7️⃣ Streamlit ASR Web App
121
  # ================================
122
- st.title("🎙️ Speech-to-Text ASR Model Finetuneed on Libri Speech Dataset with Security Features")
123
 
124
  audio_file = st.file_uploader("Upload an audio file", type=["wav", "mp3", "flac"])
125
 
 
119
  # ================================
120
  # 7️⃣ Streamlit ASR Web App
121
  # ================================
122
+ st.title("🎙️ Speech-to-Text ASR Model Finetuned on Libri Speech Dataset with Security Features")
123
 
124
  audio_file = st.file_uploader("Upload an audio file", type=["wav", "mp3", "flac"])
125