Spaces:
Runtime error
Runtime error
Piskovskytom
commited on
Commit
·
768fb91
1
Parent(s):
86096f8
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
pipe = pipeline("
|
6 |
text = st.text_area("enter some text!")
|
7 |
|
8 |
if text:
|
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
pipe = pipeline("sentiment-analysis")
|
6 |
text = st.text_area("enter some text!")
|
7 |
|
8 |
if text:
|