erikacardenas300 commited on
Commit
c7e9f8b
·
1 Parent(s): f45957b

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/startup-classifier-2")
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/Startup-Classifier")
11
  text = st.text_area('Enter text')
12
 
13
  if text: