Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EDDIE2541
/
Eddie
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Eddie
/
app.py
EDDIE2541
Update app.py
95854ff
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
import
streamlit
as
st
from
transformers
import
pipeline
pipe= pipeline(
'sentiment-analysis'
)
text =st.text_are (Maven_Lora)
if
text:
out=pipe(text)
st.json(out)