erikacardenas300 commited on
Commit
a1a77d4
·
1 Parent(s): 5a6d5cf

Update app.py

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