startrz commited on
Commit
e0d1930
·
verified ·
1 Parent(s): c89022e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def main():
12
  st.title("Audio Upload and Prediction")
13
 
14
  # File uploader for audio files
15
- audio_file = st.file_uploader("Upload an audio file (WebM format)", type=["webm"])
16
 
17
  if audio_file is not None:
18
  # Convert the audio file to a Base64 string
 
12
  st.title("Audio Upload and Prediction")
13
 
14
  # File uploader for audio files
15
+ audio_file = st.file_uploader("Upload an audio file (e.g., mp3, wav, ogg, webm)", type=["mp3", "wav", "ogg", "webm", "m4a", "aac"])
16
 
17
  if audio_file is not None:
18
  # Convert the audio file to a Base64 string