amirgame197 commited on
Commit
7b0f702
·
verified ·
1 Parent(s): 1806a58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=null,type=["wav","mp3"])
106
- selected_stem_count = st.radio("Select stem count", (2,4,5))
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