amirgame197 commited on
Commit
1806a58
·
verified ·
1 Parent(s): 3ba924d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: