Manglik-R commited on
Commit
20da0a6
1 Parent(s): 4913e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
- classifier = pipeline("text-classification", model="model")
4
 
 
5
 
6
  st.title("TONE DETECTION | BCS WINTER PROJECT")
7
  st.write("Enter a sentence to analyze text's Tone:")
 
1
  import streamlit as st
2
  from transformers import pipeline
 
3
 
4
+ classifier = pipeline("text-classification", model="model")
5
 
6
  st.title("TONE DETECTION | BCS WINTER PROJECT")
7
  st.write("Enter a sentence to analyze text's Tone:")