shrimantasatpati commited on
Commit
6cb372a
β€’
1 Parent(s): 9c9a9b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  temp_audio_file_path = "./output.wav"
10
 
11
  # Streamlit app structure
12
- st.title("🎀 English ASR πŸ’¬")
13
  # Load models
14
  model = whisper.load_model("base")
15
  st.write("Whisper Model Loaded!")
 
9
  temp_audio_file_path = "./output.wav"
10
 
11
  # Streamlit app structure
12
+ st.title("🎀 English SER πŸ’¬")
13
  # Load models
14
  model = whisper.load_model("base")
15
  st.write("Whisper Model Loaded!")