Thea231 commited on
Commit
9de3dfd
·
verified ·
1 Parent(s): 5bf1266

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  # Load the text classification model pipeline
5
- classifier = pipeline("text-classification",model='Thea231/123', return_all_scores=True)
6
 
7
  # Streamlit application title
8
  st.title("Text Classification for you")
 
2
  from transformers import pipeline
3
 
4
  # Load the text classification model pipeline
5
+ classifier = pipeline("text-classification",model='Thea231/qyn', return_all_scores=True)
6
 
7
  # Streamlit application title
8
  st.title("Text Classification for you")