Spaces:
Runtime error
Runtime error
Commit
·
535742d
1
Parent(s):
ae13fbd
Update app.py
Browse files
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/
|
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/Company_Classifier")
|
11 |
text = st.text_area('Enter text')
|
12 |
|
13 |
if text:
|