Spaces:
Runtime error
Runtime error
Commit
·
5a6d5cf
1
Parent(s):
b26dd77
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:
|