hetshah2708 commited on
Commit
66b94e2
·
verified ·
1 Parent(s): 2fc64ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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