Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,8 @@ def separate_audio_by_stem(audio_path, stem_count):
|
|
102 |
{'description': 'Other', 'path':other_path},
|
103 |
]
|
104 |
|
105 |
-
uploaded_file = st.file_uploader(label=
|
106 |
-
selected_stem_count =
|
107 |
|
108 |
if uploaded_file is not None:
|
109 |
|
|
|
102 |
{'description': 'Other', 'path':other_path},
|
103 |
]
|
104 |
|
105 |
+
uploaded_file = st.file_uploader(label="", type=["wav","mp3"])
|
106 |
+
selected_stem_count = 2
|
107 |
|
108 |
if uploaded_file is not None:
|
109 |
|