Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
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)
|