reputation commited on
Commit
8cb003c
·
verified ·
1 Parent(s): 4dee9c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def process_audio(audio_path):
34
 
35
 
36
  def main():
37
- st.title("Speech eMEOWtion")
38
  uploaded_file = st.file_uploader("Upload an audio file", type=["mp3", "wav"])
39
  if uploaded_file:
40
  audio_path = f"uploads/{uploaded_file.name}"
 
34
 
35
 
36
  def main():
37
+ st.title("Speech Emotion")
38
  uploaded_file = st.file_uploader("Upload an audio file", type=["mp3", "wav"])
39
  if uploaded_file:
40
  audio_path = f"uploads/{uploaded_file.name}"