Spaces:
Runtime error
Runtime error
Commit
·
a1a77d4
1
Parent(s):
5a6d5cf
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("text-classification",
|
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:
|