Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rhayar
/
demo-app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rhayar
commited on
Jul 20, 2023
Commit
745e602
·
1 Parent(s):
9814a2a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
import streamlit as st
from transformers import pipeline
2
3
pipe = pipeline('sentiment-analysis')
4
1
+
import streamlit as st
2
+
from transformers import pipeline
3
4
pipe = pipeline('sentiment-analysis')
5