RexChan commited on
Commit
d303e1d
·
verified ·
1 Parent(s): c52796e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -99,7 +99,10 @@ if __name__ == '__main__':
99
  # steamlit setup
100
  st.set_page_config(page_title="Sentiment Analysis on Your Cantonese Song",)
101
  st.header("Cantonese Song Sentiment Analyzer")
102
- input_file = st.file_uploader("upload a song in mp3 format", type="mp3") # upload song
 
 
 
103
  if input_file is not None:
104
  st.write("File uploaded successfully!")
105
  st.write(input_file)
 
99
  # steamlit setup
100
  st.set_page_config(page_title="Sentiment Analysis on Your Cantonese Song",)
101
  st.header("Cantonese Song Sentiment Analyzer")
102
+
103
+ input_file = "/test1.mp3"
104
+ #input_file = st.file_uploader("upload a song in mp3 format", type="mp3") # upload song
105
+
106
  if input_file is not None:
107
  st.write("File uploaded successfully!")
108
  st.write(input_file)