Spaces:
Runtime error
Runtime error
Uploading .wav works, now trying .mp3
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ if __name__ == "__main__":
|
|
85 |
|
86 |
uploaded_files = st.file_uploader("Choose a file", type=[
|
87 |
".wav",
|
88 |
-
|
89 |
],
|
90 |
accept_multiple_files=True,
|
91 |
)
|
|
|
85 |
|
86 |
uploaded_files = st.file_uploader("Choose a file", type=[
|
87 |
".wav",
|
88 |
+
".mp3",
|
89 |
],
|
90 |
accept_multiple_files=True,
|
91 |
)
|