Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nattyboi
/
demo-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
411241a
demo-app
/
app.py
Nattyboi
update
8095bd1
about 1 year ago
raw
Copy download link
history
blame
Safe
113 Bytes
from
transformers
import
pipeline
import
streamlit
as
st
pipe = pipeline(
"sentiment-analysis"
)
st.write(
"hiii"
)