rbarman commited on
Commit
bd1f851
1 Parent(s): 8482b0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def separate_audio(audio_path):
39
  # Streamlit app content
40
  st.write("Upload an audio file (.wav)")
41
 
42
- uploaded_file = st.file_uploader("Choose a file", type=["wav"])
43
 
44
  if uploaded_file is not None:
45
  # Process the uploaded audio file
 
39
  # Streamlit app content
40
  st.write("Upload an audio file (.wav)")
41
 
42
+ uploaded_file = st.file_uploader("Choose a file", type=["wav","mp3"])
43
 
44
  if uploaded_file is not None:
45
  # Process the uploaded audio file