Spaces:
Sleeping
Sleeping
Update sentiment_analysis.py
Browse files- 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 |
-
|
|
|
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 |
|