park minseo commited on
Commit
e77f6bb
1 Parent(s): 261cc25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -1,6 +1,2 @@
1
- from transformers import pipeline
2
-
3
- classifier = pipeline("sentiment-analysis")
4
-
5
- #inference
6
- classifier("we are very happy to show you the 🤗 Transformers library.")
 
1
+ pip install ipykernel
2
+ python -m ipykernel install --user --name=.env