ellyothim commited on
Commit
5d61fc5
1 Parent(s): 3f8d210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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):