Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ pipeline
|
|
16 |
|
17 |
|
18 |
analyzer = pipeline(
|
19 |
-
"sentiment-analysis", model="FFZG-cleopatra/M2SA
|
20 |
)
|
21 |
|
22 |
def predict_sentiment(x):
|
|
|
16 |
|
17 |
|
18 |
analyzer = pipeline(
|
19 |
+
"sentiment-analysis", model="FFZG-cleopatra/M2SA"
|
20 |
)
|
21 |
|
22 |
def predict_sentiment(x):
|