Tanor commited on
Commit
add1320
1 Parent(s): 7474dcc

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 sentiwordnet_calculator import SentimentPipeline
3
 
4
- pipe = SentimentPipeline("Tanor/SRGPTSENTPOS2", "Tanor/SRGPTSENTNEG2")
5
 
6
 
7
  def calculate(text):
 
1
  import gradio as gr
2
  from sentiwordnet_calculator import SentimentPipeline
3
 
4
+ pipe = SentimentPipeline("Tanor/SRGPTSENTPOS0", "Tanor/SRGPTSENTNEG0")
5
 
6
 
7
  def calculate(text):