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...
Nattyboi
commited on
Dec 31, 2023
Commit
5b47ab7
·
1 Parent(s):
746556b
update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-5
app.py
CHANGED
Viewed
@@ -1,5 +1,2 @@
1
-
from
transformers
import
pipeline
2
-
3
-
pipe = pipeline("sentiment-analysis")
4
-
5
-
pipe("I want to go home")
1
+
import
streamlit
as
st
2
+
st.write("hiii")