Ahsen Khaliq commited on
Commit
6ec8ad8
1 Parent(s): 4f4fc8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import gradio as gr
2
  title = "Finbert-tone"
3
- description = "Gradio Demo for bart-large, to use it, simply add your text, or click one of the examples to load them. Read more at the links below."
4
- article = "<p style='text-align: center'><a href='https://huggingface.co/facebook/bart-large-mnli' target='_blank'>Huggingface Model Page</a></p>"
 
 
5
  examples = [
6
  ["growth is strong and we have plenty of liquidity"]
7
  ]
 
1
  import gradio as gr
2
  title = "Finbert-tone"
3
+ description = "Gradio Demo for Finbert-tone, finbert-tone model is the FinBERT model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. to use it, simply add your text, or click one of the examples to load them. Read more at the links below."
4
+
5
+ article = "<p style='text-align: center'><a href='https://huggingface.co/yiyanghkust/finbert-tone' target='_blank'>Huggingface Model</a></p>"
6
+
7
  examples = [
8
  ["growth is strong and we have plenty of liquidity"]
9
  ]