Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sadiksha
/
next
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sadiksha
commited on
Mar 8, 2023
Commit
4cc224c
·
1 Parent(s):
ab248c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
CHANGED
Viewed
@@ -19,7 +19,3 @@ else:
19
out = out.sentiment
20
st.write("Sentiment of Text: ")
21
st.write(out)
22
-
# requirements.txt
23
-
torch
24
-
transformers
25
-
textblob
19
out = out.sentiment
20
st.write("Sentiment of Text: ")
21
st.write(out)