Jerimee commited on
Commit
baf834d
β€’
1 Parent(s): e34325a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  pipe = pipeline("sentiment-analysis")
5
 
6
- def senti(name):
7
  return pipe(text)
8
 
9
  iface = gr.Interface(
 
3
 
4
  pipe = pipeline("sentiment-analysis")
5
 
6
+ def senti(sentiment):
7
  return pipe(text)
8
 
9
  iface = gr.Interface(