shrimantasatpati
commited on
Commit
β’
6cb372a
1
Parent(s):
9c9a9b5
Update app.py
Browse files
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
|
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!")
|