Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
6ec8ad8
1
Parent(s):
4f4fc8f
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
title = "Finbert-tone"
|
3 |
-
description = "Gradio Demo for
|
4 |
-
|
|
|
|
|
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 |
]
|