Spaces:
Runtime error
Runtime error
Commit
·
b26dd77
1
Parent(s):
1045950
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import streamlit as st
|
|
9 |
from transformers import pipeline
|
10 |
|
11 |
|
12 |
-
pipe = pipeline('
|
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:
|