Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
@@ -11,7 +11,7 @@ st.sidebar.header("Sentiment Analysis")
|
|
11 |
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
12 |
|
13 |
#load whisper model
|
14 |
-
asr_model = load_asr_model(st.session_state.sbox)
|
15 |
|
16 |
if "url" not in st.session_state:
|
17 |
st.session_state.url = ''
|
|
|
11 |
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
12 |
|
13 |
#load whisper model
|
14 |
+
# asr_model = load_asr_model(st.session_state.sbox)
|
15 |
|
16 |
if "url" not in st.session_state:
|
17 |
st.session_state.url = ''
|