nickmuchi commited on
Commit
30b1b63
Β·
1 Parent(s): e7ec23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,11 +26,11 @@ st.markdown("## Earnings Call Analysis Whisperer")
26
  st.markdown(
27
  """
28
  This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
29
- - Transcribing earnings calls using Open AI's Whisper.
30
  - Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
31
  - Semantic search engine with [Sentence-Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and reranking results with a Cross-Encoder.
32
 
33
- **πŸ‘‡ Enter a YouTube Earnings Call URL below**
34
 
35
  """
36
  )
 
26
  st.markdown(
27
  """
28
  This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
29
+ - Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
30
  - Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
31
  - Semantic search engine with [Sentence-Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and reranking results with a Cross-Encoder.
32
 
33
+ **πŸ‘‡ Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
34
 
35
  """
36
  )