Spaces:
Runtime error
Runtime error
park minseo
commited on
Commit
•
e77f6bb
1
Parent(s):
261cc25
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,2 @@
|
|
1 |
-
|
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
|
|
|
|
|
|
|
|