tarrasyed19472007 commited on
Commit
a9fe7c6
·
verified ·
1 Parent(s): bcf7c59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from transformers import pipeline, AutoTokenizer, AutoModelForSequenceClassification
3
 
4
  # Load the emotion prediction model
5
  @st.cache_resource
 
1
  import streamlit as st
2
+ from transformers import pipeline
3
 
4
  # Load the emotion prediction model
5
  @st.cache_resource