Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,8 @@ demo = gr.Interface(
|
|
46 |
outputs="label",
|
47 |
interpretation="default",
|
48 |
examples=[["This is wonderful!"]],
|
49 |
-
title=welcome_message
|
|
|
50 |
)
|
51 |
demo.launch()
|
52 |
# def greet(name):
|
|
|
46 |
outputs="label",
|
47 |
interpretation="default",
|
48 |
examples=[["This is wonderful!"]],
|
49 |
+
title=welcome_message,
|
50 |
+
description=("This is a sentimental analysis app built by fine tuning a model trained on financial news sentiment, we leverage what the model has learnt, /n, and fine tune it on twitter comments . The eval_loss of our model is 0.785")
|
51 |
)
|
52 |
demo.launch()
|
53 |
# def greet(name):
|