erikacardenas300 commited on
Commit
535742d
·
1 Parent(s): ae13fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
7
  from transformers import pipeline
8
 
9
 
10
- pipe = pipeline("text-classification",model="erikacardenas300/Company-Classifier")
11
  text = st.text_area('Enter text')
12
 
13
  if text:
 
7
  from transformers import pipeline
8
 
9
 
10
+ pipe = pipeline("text-classification",model="erikacardenas300/Company_Classifier")
11
  text = st.text_area('Enter text')
12
 
13
  if text: