Chris4K commited on
Commit
c9b7536
1 Parent(s): 3875537

Update sentiment_analysis.py

Browse files
Files changed (1) hide show
  1. sentiment_analysis.py +2 -1
sentiment_analysis.py CHANGED
@@ -34,7 +34,8 @@ class SentimentAnalysisTool:
34
  return parse_output(prediction)
35
 
36
  def __call__(self, inputs: str):
37
- return predict(str)
 
38
 
39
 
40
 
 
34
  return parse_output(prediction)
35
 
36
  def __call__(self, inputs: str):
37
+ xxx = predict(str)
38
+ return xxx
39
 
40
 
41