Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ print("Loading sentiment model...")
|
|
| 17 |
|
| 18 |
analyzer = pipeline(
|
| 19 |
"text-classification",
|
| 20 |
-
model= "distilbert/distilbert-base-uncased-finetuned-sst-2-english"
|
| 21 |
device = -1 # CPU
|
| 22 |
)
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
analyzer = pipeline(
|
| 19 |
"text-classification",
|
| 20 |
+
model= "distilbert/distilbert-base-uncased-finetuned-sst-2-english",
|
| 21 |
device = -1 # CPU
|
| 22 |
)
|
| 23 |
|