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