Spaces:
Runtime error
Runtime error
Commit
·
e1ada92
1
Parent(s):
630298e
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline,AutoTokenizer,AutoModelForTokenClassification
|
|
3 |
|
4 |
classifier = pipeline('token-classification', model='mrm8488/bert-base-german-finetuned-ler')
|
5 |
def main():
|
6 |
-
st.title("Token classifier
|
7 |
with st.form("text_field"):
|
8 |
text = st.text_area('enter some text ')
|
9 |
st.text('ex.I live in chiangmai')
|
|
|
3 |
|
4 |
classifier = pipeline('token-classification', model='mrm8488/bert-base-german-finetuned-ler')
|
5 |
def main():
|
6 |
+
st.title("Token classifier")
|
7 |
with st.form("text_field"):
|
8 |
text = st.text_area('enter some text ')
|
9 |
st.text('ex.I live in chiangmai')
|