Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,6 @@ import accelerate
|
|
13 |
st.set_page_config(page_title="Sentiment Analysis on Your Cantonese Song",)
|
14 |
st.header("Cantonese Song Sentiment Analyzer")
|
15 |
|
16 |
-
|
17 |
-
|
18 |
# load song
|
19 |
input_file = ""
|
20 |
output_file = "/content/"
|
@@ -91,5 +89,5 @@ def main():
|
|
91 |
|
92 |
|
93 |
if __name__ == '__main__':
|
94 |
-
clicked = st.button("Run Analysis")
|
95 |
-
|
|
|
13 |
st.set_page_config(page_title="Sentiment Analysis on Your Cantonese Song",)
|
14 |
st.header("Cantonese Song Sentiment Analyzer")
|
15 |
|
|
|
|
|
16 |
# load song
|
17 |
input_file = ""
|
18 |
output_file = "/content/"
|
|
|
89 |
|
90 |
|
91 |
if __name__ == '__main__':
|
92 |
+
if clicked = st.button("Run Analysis"):
|
93 |
+
main()
|