Update app.py
Browse files
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
|