RexChan commited on
Commit
efed6b6
·
verified ·
1 Parent(s): d8b000b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def senti_model(transcription):
68
  # main
69
  def main():
70
 
71
- input_file = st.file_uploader("upload a song in mp3 format", type="mp3")
72
  if input_file is not None:
73
  st.write("File uploaded successfully!")
74
  else:
 
68
  # main
69
  def main():
70
 
71
+ input_file = st.file_uploader("upload a song in mp3 format", type="mp3") # upload song
72
  if input_file is not None:
73
  st.write("File uploaded successfully!")
74
  else: