amirgame197 commited on
Commit
d783c1d
·
verified ·
1 Parent(s): e328e4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def separate_audio_by_stem(audio_path, stem_count):
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
 
 
103
  ]
104
 
105
  uploaded_file = st.file_uploader(label="", type=["wav","mp3"])
106
+ selected_stem_count = st.radio("Stem count", (2,4,5))
107
 
108
  if uploaded_file is not None:
109