Kuaaangwen commited on
Commit
843aeb0
1 Parent(s): b43431d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,2 +1,5 @@
1
 
2
  import streamlit as st
 
 
 
 
1
 
2
  import streamlit as st
3
+ from transformers import pipeline
4
+ from textblob import TextBlob
5
+