vivekdhaiya commited on
Commit
cf5d480
1 Parent(s): de21b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- # Replace 'bert-base-uncased' with the name of the model you want to use
5
  sentiment = pipeline("sentiment-analysis", model="mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis")
6
 
7
  def get_sentiment(input_text):
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+
5
  sentiment = pipeline("sentiment-analysis", model="mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis")
6
 
7
  def get_sentiment(input_text):